#56599C

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

Shades of Governor Bay #56599C

Tints of Governor Bay #56599C

Color information

#56599C (or 0x56599C) is unknown color: approx Governor Bay. HEX triplet: 56, 59 and 9C. RGB value is (86,89,156). Sum of RGB (Red+Green+Blue) = 86+89+156=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #56599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56599C is #A9A663. Grayscale: #5F5F5F. Windows color (decimal): -11118180 or 10246486. OLE color: 10246486.

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

Color convert

RGB8689156-
CMYK0.450.4300.39
HSL237.43º28.93%47.45%-
HSV(B)237.43º44.87%61.18%-
XYZ13.4111.5232.97-
YUV95.74162.01121.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=25.98%
G=26.89%
B=47.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86891560.450.4300.39237.4328.9347.45
Hex56599C2D2B027ed1d2f
Octal12613123455530473553557
Binary101011010110011001110010110110101101001111110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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