#525C87

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

Shades of Governor Bay #525C87

Tints of Governor Bay #525C87

Color information

#525C87 (or 0x525C87) is unknown color: approx Governor Bay. HEX triplet: 52, 5C and 87. RGB value is (82,92,135). Sum of RGB (Red+Green+Blue) = 82+92+135=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #525C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C87 is #ADA378. Grayscale: #5D5D5D. Windows color (decimal): -11379577 or 8870994. OLE color: 8870994.

HSL color Cylindrical-coordinate representation of color #525C87: hue angle of 228.68º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #525C87 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8292135-
CMYK0.390.3200.47
HSL228.68º24.42%42.55%-
HSV(B)228.68º39.26%52.94%-
XYZ11.6811.224.47-
YUV93.91151.19119.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=26.54%
G=29.77%
B=43.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82921350.390.3200.47228.6824.4242.55
Hex525C87272002Fe5182b
Octal12213420747400573453053
Binary101001010111001000011110011110000001011111110010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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