#555B22

Color #555B22 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #555B22

Tints of Saratoga #555B22

Color information

#555B22 (or 0x555B22) is unknown color: approx Saratoga. HEX triplet: 55, 5B and 22. RGB value is (85,91,34). Sum of RGB (Red+Green+Blue) = 85+91+34=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #555B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B22 is #AAA4DD. Grayscale: #525252. Windows color (decimal): -11183326 or 2251605. OLE color: 2251605.

HSL color Cylindrical-coordinate representation of color #555B22: hue angle of 66.32º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555B22 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB859134-
CMYK0.0700.630.64
HSL66.32º45.6%24.51%-
HSV(B)66.32º62.64%35.69%-
XYZ7.789.532.94-
YUV82.71100.51129.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=40.48%
G=43.33%
B=16.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8591340.0700.630.6466.3245.624.51
Hex555B22703F40422e19
Octal1251334270771001025631
Binary1010101101101110001011101111111000000100001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555B22; }

 p { color: rgb(85,91,34); }

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

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

 a { background-color: rgb(85,91,34); }

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

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

 span { border-color: rgb(85,91,34); }

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