#56568E

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

Shades of Governor Bay #56568E

Tints of Governor Bay #56568E

Color information

#56568E (or 0x56568E) is unknown color: approx Governor Bay. HEX triplet: 56, 56 and 8E. RGB value is (86,86,142). Sum of RGB (Red+Green+Blue) = 86+86+142=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #56568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56568E is #A9A971. Grayscale: #5C5C5C. Windows color (decimal): -11118962 or 9328214. OLE color: 9328214.

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

Color convert

RGB8686142-
CMYK0.390.3900.44
HSL240º24.56%44.71%-
HSV(B)240º39.44%55.69%-
XYZ12.0510.5927-
YUV92.38156123.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=27.39%
G=27.39%
B=45.22%

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
Decimal86861420.390.3900.4424024.5644.71
Hex56568E272702Cf0192d
Octal12612621647470543603155
Binary101011010101101000111010011110011101011001111000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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