#56599D

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

Shades of Governor Bay #56599D

Tints of Governor Bay #56599D

Color information

#56599D (or 0x56599D) is unknown color: approx Governor Bay. HEX triplet: 56, 59 and 9D. RGB value is (86,89,157). Sum of RGB (Red+Green+Blue) = 86+89+157=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #56599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56599D is #A9A662. Grayscale: #5F5F5F. Windows color (decimal): -11118179 or 10312022. OLE color: 10312022.

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

Color convert

RGB8689157-
CMYK0.450.4300.38
HSL237.46º29.22%47.65%-
HSV(B)237.46º45.22%61.57%-
XYZ13.511.5633.42-
YUV95.85162.51120.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=25.90%
G=26.81%
B=47.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86891570.450.4300.38237.4629.2247.65
Hex56599D2D2B026ed1d30
Octal12613123555530463553560
Binary101011010110011001110110110110101101001101110110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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