#55569C

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

Shades of Governor Bay #55569C

Tints of Governor Bay #55569C

Color information

#55569C (or 0x55569C) is unknown color: approx Governor Bay. HEX triplet: 55, 56 and 9C. RGB value is (85,86,156). Sum of RGB (Red+Green+Blue) = 85+86+156=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #55569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55569C is #AAA963. Grayscale: #5D5D5D. Windows color (decimal): -11184484 or 10245717. OLE color: 10245717.

HSL color Cylindrical-coordinate representation of color #55569C: hue angle of 239.15º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55569C is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8586156-
CMYK0.460.4500.39
HSL239.15º29.46%47.25%-
HSV(B)239.15º45.51%61.18%-
XYZ13.0710.9932.88-
YUV93.68163.17121.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=25.99%
G=26.30%
B=47.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85861560.460.4500.39239.1529.4647.25
Hex55569C2E2D027ef1d2f
Octal12512623456550473573557
Binary101010110101101001110010111010110101001111110111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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