#555699

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

Shades of Governor Bay #555699

Tints of Governor Bay #555699

Color information

#555699 (or 0x555699) is unknown color: approx Governor Bay. HEX triplet: 55, 56 and 99. RGB value is (85,86,153). Sum of RGB (Red+Green+Blue) = 85+86+153=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #555699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555699 is #AAA966. Grayscale: #5D5D5D. Windows color (decimal): -11184487 or 10049109. OLE color: 10049109.

HSL color Cylindrical-coordinate representation of color #555699: hue angle of 239.12º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555699 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8586153-
CMYK0.440.4400.4
HSL239.12º28.57%46.67%-
HSV(B)239.12º44.44%60%-
XYZ12.8210.8931.56-
YUV93.34161.67122.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=26.23%
G=26.54%
B=47.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85861530.440.4400.4239.1228.5746.67
Hex5556992C2C028ef1d2f
Octal12512623154540503573557
Binary101010110101101001100110110010110001010001110111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555699; }

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

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

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

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

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

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

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

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