#555935

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

Shades of Saratoga #555935

Tints of Saratoga #555935

Color information

#555935 (or 0x555935) is unknown color: approx Saratoga. HEX triplet: 55, 59 and 35. RGB value is (85,89,53). Sum of RGB (Red+Green+Blue) = 85+89+53=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #555935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555935 is #AAA6CA. Grayscale: #535353. Windows color (decimal): -11183819 or 3496277. OLE color: 3496277.

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

Color convert

RGB858953-
CMYK0.0400.400.65
HSL66.67º25.35%27.84%-
HSV(B)66.67º40.45%34.9%-
XYZ7.969.334.75-
YUV83.7110.67128.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=37.44%
G=39.21%
B=23.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589530.0400.400.6566.6725.3527.84
Hex55593540284143191c
Octal1251316540501011033134
Binary101010110110011101011000101000100000110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555935; }

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

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

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

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

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

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

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

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