#59568D

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

Shades of Governor Bay #59568D

Tints of Governor Bay #59568D

Color information

#59568D (or 0x59568D) is unknown color: approx Governor Bay. HEX triplet: 59, 56 and 8D. RGB value is (89,86,141). Sum of RGB (Red+Green+Blue) = 89+86+141=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #59568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59568D is #A6A972. Grayscale: #5C5C5C. Windows color (decimal): -10922355 or 9262681. OLE color: 9262681.

HSL color Cylindrical-coordinate representation of color #59568D: hue angle of 243.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59568D is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8986141-
CMYK0.370.3900.45
HSL243.27º24.23%44.51%-
HSV(B)243.27º39.01%55.29%-
XYZ12.2610.726.62-
YUV93.17154.99125.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=28.16%
G=27.22%
B=44.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89861410.370.3900.45243.2724.2344.51
Hex59568D252702Df3182d
Octal13112621545470553633055
Binary101100110101101000110110010110011101011011111001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59568D; }

 p { color: rgb(89,86,141); }

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

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

 a { background-color: rgb(89,86,141); }

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

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

 span { border-color: rgb(89,86,141); }

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