#59558F

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

Shades of Governor Bay #59558F

Tints of Governor Bay #59558F

Color information

#59558F (or 0x59558F) is unknown color: approx Governor Bay. HEX triplet: 59, 55 and 8F. RGB value is (89,85,143). Sum of RGB (Red+Green+Blue) = 89+85+143=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #59558F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59558F is #A6AA70. Grayscale: #5C5C5C. Windows color (decimal): -10922609 or 9393497. OLE color: 9393497.

HSL color Cylindrical-coordinate representation of color #59558F: hue angle of 244.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59558F is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8985143-
CMYK0.380.4100.44
HSL244.14º25.44%44.71%-
HSV(B)244.14º40.56%56.08%-
XYZ12.3310.627.38-
YUV92.81156.33125.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=28.08%
G=26.81%
B=45.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89851430.380.4100.44244.1425.4444.71
Hex59558F262902Cf4192d
Octal13112521746510543643155
Binary101100110101011000111110011010100101011001111010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59558F; }

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

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

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

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

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

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

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

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