#555199

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

Shades of Governor Bay #555199

Tints of Governor Bay #555199

Color information

#555199 (or 0x555199) is unknown color: approx Governor Bay. HEX triplet: 55, 51 and 99. RGB value is (85,81,153). Sum of RGB (Red+Green+Blue) = 85+81+153=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #555199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555199 is #AAAE66. Grayscale: #5A5A5A. Windows color (decimal): -11185767 or 10047829. OLE color: 10047829.

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

Color convert

RGB8581153-
CMYK0.440.4700.4
HSL243.33º30.77%45.88%-
HSV(B)243.33º47.06%60%-
XYZ12.4410.1231.43-
YUV90.4163.33124.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=26.65%
G=25.39%
B=47.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85811530.440.4700.4243.3330.7745.88
Hex5551992C2F028f31f2e
Octal12512123154570503633756
Binary101010110100011001100110110010111101010001111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555199; }

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

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

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

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

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

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

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

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