#555933

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

Shades of Saratoga #555933

Tints of Saratoga #555933

Color information

#555933 (or 0x555933) is unknown color: approx Saratoga. HEX triplet: 55, 59 and 33. RGB value is (85,89,51). Sum of RGB (Red+Green+Blue) = 85+89+51=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #555933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555933 is #AAA6CC. Grayscale: #535353. Windows color (decimal): -11183821 or 3365205. OLE color: 3365205.

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

Color convert

RGB858951-
CMYK0.0400.430.65
HSL66.32º27.14%27.45%-
HSV(B)66.32º42.7%34.9%-
XYZ7.929.324.51-
YUV83.47109.67129.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=37.78%
G=39.56%
B=22.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589510.0400.430.6566.3227.1427.45
Hex555933402B41421b1b
Octal1251316340531011023333
Binary101010110110011100111000101011100000110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555933; }

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

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

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

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

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

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

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

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