#555932

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

Shades of Saratoga #555932

Tints of Saratoga #555932

Color information

#555932 (or 0x555932) is unknown color: approx Saratoga. HEX triplet: 55, 59 and 32. RGB value is (85,89,50). Sum of RGB (Red+Green+Blue) = 85+89+50=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #555932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555932 is #AAA6CD. Grayscale: #535353. Windows color (decimal): -11183822 or 3299669. OLE color: 3299669.

HSL color Cylindrical-coordinate representation of color #555932: hue angle of 66.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555932 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB858950-
CMYK0.0400.440.65
HSL66.15º28.06%27.25%-
HSV(B)66.15º43.82%34.9%-
XYZ7.899.314.4-
YUV83.36109.17129.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=37.95%
G=39.73%
B=22.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589500.0400.440.6566.1528.0627.25
Hex555932402C41421c1b
Octal1251316240541011023433
Binary101010110110011100101000101100100000110000101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555932; }

 p { color: rgb(85,89,50); }

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

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

 a { background-color: rgb(85,89,50); }

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

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

 span { border-color: rgb(85,89,50); }

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