#525A89

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

Shades of Governor Bay #525A89

Tints of Governor Bay #525A89

Color information

#525A89 (or 0x525A89) is unknown color: approx Governor Bay. HEX triplet: 52, 5A and 89. RGB value is (82,90,137). Sum of RGB (Red+Green+Blue) = 82+90+137=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #525A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A89 is #ADA576. Grayscale: #5C5C5C. Windows color (decimal): -11380087 or 9001554. OLE color: 9001554.

HSL color Cylindrical-coordinate representation of color #525A89: hue angle of 231.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525A89 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8290137-
CMYK0.400.3400.46
HSL231.27º25.11%42.94%-
HSV(B)231.27º40.15%53.73%-
XYZ11.6510.9125.16-
YUV92.97152.85120.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=26.54%
G=29.13%
B=44.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82901370.400.3400.46231.2725.1142.94
Hex525A89282202Ee7192b
Octal12213221150420563473153
Binary101001010110101000100110100010001001011101110011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,90,137); }

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

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

 a { background-color: rgb(82,90,137); }

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

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

 span { border-color: rgb(82,90,137); }

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