#525999

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

Shades of Governor Bay #525999

Tints of Governor Bay #525999

Color information

#525999 (or 0x525999) is unknown color: approx Governor Bay. HEX triplet: 52, 59 and 99. RGB value is (82,89,153). Sum of RGB (Red+Green+Blue) = 82+89+153=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #525999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525999 is #ADA666. Grayscale: #5D5D5D. Windows color (decimal): -11380327 or 10049874. OLE color: 10049874.

HSL color Cylindrical-coordinate representation of color #525999: hue angle of 234.08º 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 #525999 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8289153-
CMYK0.460.4200.4
HSL234.08º30.21%46.08%-
HSV(B)234.08º46.41%60%-
XYZ12.811.2431.63-
YUV94.2161.18119.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=25.31%
G=27.47%
B=47.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82891530.460.4200.4234.0830.2146.08
Hex5259992E2A028ea1e2e
Octal12213123156520503523656
Binary101001010110011001100110111010101001010001110101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525999; }

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

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

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

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

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

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

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

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