#56578E

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

Shades of Governor Bay #56578E

Tints of Governor Bay #56578E

Color information

#56578E (or 0x56578E) is unknown color: approx Governor Bay. HEX triplet: 56, 57 and 8E. RGB value is (86,87,142). Sum of RGB (Red+Green+Blue) = 86+87+142=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #56578E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56578E is #A9A871. Grayscale: #5C5C5C. Windows color (decimal): -11118706 or 9328470. OLE color: 9328470.

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

Color convert

RGB8687142-
CMYK0.390.3900.44
HSL238.93º24.56%44.71%-
HSV(B)238.93º39.44%55.69%-
XYZ12.1310.7527.03-
YUV92.97155.67123.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=27.30%
G=27.62%
B=45.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86871420.390.3900.44238.9324.5644.71
Hex56578E272702Cef192d
Octal12612721647470543573155
Binary101011010101111000111010011110011101011001110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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