#525C9C

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

Shades of Governor Bay #525C9C

Tints of Governor Bay #525C9C

Color information

#525C9C (or 0x525C9C) is unknown color: approx Governor Bay. HEX triplet: 52, 5C and 9C. RGB value is (82,92,156). Sum of RGB (Red+Green+Blue) = 82+92+156=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #525C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C9C is #ADA363. Grayscale: #606060. Windows color (decimal): -11379556 or 10247250. OLE color: 10247250.

HSL color Cylindrical-coordinate representation of color #525C9C: hue angle of 231.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #525C9C is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8292156-
CMYK0.470.4100.39
HSL231.89º31.09%46.67%-
HSV(B)231.89º47.44%61.18%-
XYZ13.3111.8533.04-
YUV96.31161.69117.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=24.85%
G=27.88%
B=47.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82921560.470.4100.39231.8931.0946.67
Hex525C9C2F29027e81f2f
Octal12213423457510473503757
Binary101001010111001001110010111110100101001111110100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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