#55568E

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

Shades of Governor Bay #55568E

Tints of Governor Bay #55568E

Color information

#55568E (or 0x55568E) is unknown color: approx Governor Bay. HEX triplet: 55, 56 and 8E. RGB value is (85,86,142). Sum of RGB (Red+Green+Blue) = 85+86+142=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #55568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55568E is #AAA971. Grayscale: #5B5B5B. Windows color (decimal): -11184498 or 9328213. OLE color: 9328213.

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

Color convert

RGB8586142-
CMYK0.400.3900.44
HSL238.95º25.11%44.51%-
HSV(B)238.95º40.14%55.69%-
XYZ11.9610.5427-
YUV92.08156.17122.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=27.16%
G=27.48%
B=45.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85861420.400.3900.44238.9525.1144.51
Hex55568E282702Cef192d
Octal12512621650470543573155
Binary101010110101101000111010100010011101011001110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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