#525C95

Color #525C95 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #525C95

Tints of Governor Bay #525C95

Color information

#525C95 (or 0x525C95) is unknown color: approx Governor Bay. HEX triplet: 52, 5C and 95. RGB value is (82,92,149). Sum of RGB (Red+Green+Blue) = 82+92+149=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #525C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C95 is #ADA36A. Grayscale: #5F5F5F. Windows color (decimal): -11379563 or 9788498. OLE color: 9788498.

HSL color Cylindrical-coordinate representation of color #525C95: hue angle of 231.04º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525C95 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8292149-
CMYK0.450.3800.42
HSL231.04º29%45.29%-
HSV(B)231.04º44.97%58.43%-
XYZ12.7311.6230.01-
YUV95.51158.19118.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=25.39%
G=28.48%
B=46.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82921490.450.3800.42231.042945.29
Hex525C952D2602Ae71d2d
Octal12213422555460523473555
Binary101001010111001001010110110110011001010101110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525C95; }

 p { color: rgb(82,92,149); }

 H1.HeaderClassName
 {
   color: #525C95;
 }
 .AnyTagClassName
 {
   color: #525C95;
 }
</style>
background-color css

<style>
 a { background-color: #525C95; }

 a { background-color: rgb(82,92,149); }

 div.DivClassName
 {
   background-color: #525C95;
 }
 .BgClassName
 {
   background-color: #525C95;
 }
</style>
border-color css

<style>
 span { border-color: #525C95; }

 span { border-color: rgb(82,92,149); }

 td.TdClassName
 {
   border-color: #525C95;
 }
 .TagClassName
 {
   border-color: #525C95;
 }
</style>