#525C99

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

Shades of Governor Bay #525C99

Tints of Governor Bay #525C99

Color information

#525C99 (or 0x525C99) is unknown color: approx Governor Bay. HEX triplet: 52, 5C and 99. RGB value is (82,92,153). Sum of RGB (Red+Green+Blue) = 82+92+153=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #525C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C99 is #ADA366. Grayscale: #5F5F5F. Windows color (decimal): -11379559 or 10050642. OLE color: 10050642.

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

Color convert

RGB8292153-
CMYK0.460.4000.4
HSL231.55º30.21%46.08%-
HSV(B)231.55º46.41%60%-
XYZ13.0611.7531.72-
YUV95.96160.19118.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=25.08%
G=28.13%
B=46.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82921530.460.4000.4231.5530.2146.08
Hex525C992E28028e81e2e
Octal12213423156500503503656
Binary101001010111001001100110111010100001010001110100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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