#525C96

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

Shades of Governor Bay #525C96

Tints of Governor Bay #525C96

Color information

#525C96 (or 0x525C96) is unknown color: approx Governor Bay. HEX triplet: 52, 5C and 96. RGB value is (82,92,150). Sum of RGB (Red+Green+Blue) = 82+92+150=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #525C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C96 is #ADA369. Grayscale: #5F5F5F. Windows color (decimal): -11379562 or 9854034. OLE color: 9854034.

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

Color convert

RGB8292150-
CMYK0.450.3900.41
HSL231.18º29.31%45.49%-
HSV(B)231.18º45.33%58.82%-
XYZ12.8111.6530.43-
YUV95.62158.69118.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=25.31%
G=28.40%
B=46.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82921500.450.3900.41231.1829.3145.49
Hex525C962D27029e71d2d
Octal12213422655470513473555
Binary101001010111001001011010110110011101010011110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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