#55568C

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

Shades of Governor Bay #55568C

Tints of Governor Bay #55568C

Color information

#55568C (or 0x55568C) is unknown color: approx Governor Bay. HEX triplet: 55, 56 and 8C. RGB value is (85,86,140). Sum of RGB (Red+Green+Blue) = 85+86+140=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #55568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55568C is #AAA973. Grayscale: #5B5B5B. Windows color (decimal): -11184500 or 9197141. OLE color: 9197141.

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

Color convert

RGB8586140-
CMYK0.390.3900.45
HSL238.91º24.44%44.12%-
HSV(B)238.91º39.29%54.9%-
XYZ11.8110.4826.21-
YUV91.86155.17123.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=27.33%
G=27.65%
B=45.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85861400.390.3900.45238.9124.4444.12
Hex55568C272702Def182c
Octal12512621447470553573054
Binary101010110101101000110010011110011101011011110111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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