#56588E

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

Shades of Governor Bay #56588E

Tints of Governor Bay #56588E

Color information

#56588E (or 0x56588E) is unknown color: approx Governor Bay. HEX triplet: 56, 58 and 8E. RGB value is (86,88,142). Sum of RGB (Red+Green+Blue) = 86+88+142=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #56588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56588E is #A9A771. Grayscale: #5D5D5D. Windows color (decimal): -11118450 or 9328726. OLE color: 9328726.

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

Color convert

RGB8688142-
CMYK0.390.3800.44
HSL237.86º24.56%44.71%-
HSV(B)237.86º39.44%55.69%-
XYZ12.2110.9127.05-
YUV93.56155.34122.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.22%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=27.22%
G=27.85%
B=44.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86881420.390.3800.44237.8624.5644.71
Hex56588E272602Cee192d
Octal12613021647460543563155
Binary101011010110001000111010011110011001011001110111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56588E; }

 p { color: rgb(86,88,142); }

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

<style>
 a { background-color: #56588E; }

 a { background-color: rgb(86,88,142); }

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

<style>
 span { border-color: #56588E; }

 span { border-color: rgb(86,88,142); }

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