#56608e

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

Shades of Governor Bay #56608E

Tints of Governor Bay #56608E

Color information

#56608E (or 0x56608E) is unknown color: approx Governor Bay. HEX triplet: 56, 60 and 8E. RGB value is (86,96,142). Sum of RGB (Red+Green+Blue) = 86+96+142=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #56608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56608E is #A99F71. Grayscale: #626262. Windows color (decimal): -11116402 or 9330774. OLE color: 9330774.

HSL color Cylindrical-coordinate representation of color #56608E: hue angle of 229.29º 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 #56608E is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8696142-
CMYK0.390.3200.44
HSL229.29º24.56%44.71%-
HSV(B)229.29º39.44%55.69%-
XYZ12.912.327.28-
YUV98.25152.69119.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=26.54%
G=29.63%
B=43.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86961420.390.3200.44229.2924.5644.71
Hex56608E272002Ce5192d
Octal12614021647400543453155
Binary101011011000001000111010011110000001011001110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56608e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56608e; }

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

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

<style>
 a { background-color: #56608e; }

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

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

<style>
 span { border-color: #56608e; }

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

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