#59559C

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

Shades of Governor Bay #59559C

Tints of Governor Bay #59559C

Color information

#59559C (or 0x59559C) is unknown color: approx Governor Bay. HEX triplet: 59, 55 and 9C. RGB value is (89,85,156). Sum of RGB (Red+Green+Blue) = 89+85+156=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 85 (33.59% from 255 or 25.76% 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 #59559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59559C is #A6AA63. Grayscale: #5E5E5E. Windows color (decimal): -10922596 or 10245465. OLE color: 10245465.

HSL color Cylindrical-coordinate representation of color #59559C: hue angle of 243.38º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59559C is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8985156-
CMYK0.430.4600.39
HSL243.38º29.46%47.25%-
HSV(B)243.38º45.51%61.18%-
XYZ13.3711.0232.88-
YUV94.29162.83124.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.97%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=26.97%
G=25.76%
B=47.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89851560.430.4600.39243.3829.4647.25
Hex59559C2B2E027f31d2f
Octal13112523453560473633557
Binary101100110101011001110010101110111001001111111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59559C; }

 p { color: rgb(89,85,156); }

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

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

 a { background-color: rgb(89,85,156); }

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

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

 span { border-color: rgb(89,85,156); }

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