#555F35

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

Shades of Saratoga #555F35

Tints of Saratoga #555F35

Color information

#555F35 (or 0x555F35) is unknown color: approx Saratoga. HEX triplet: 55, 5F and 35. RGB value is (85,95,53). Sum of RGB (Red+Green+Blue) = 85+95+53=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #555F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F35 is #AAA0CA. Grayscale: #575757. Windows color (decimal): -11182283 or 3497813. OLE color: 3497813.

HSL color Cylindrical-coordinate representation of color #555F35: hue angle of 74.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555F35 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB859553-
CMYK0.1100.440.63
HSL74.29º28.38%29.02%-
HSV(B)74.29º44.21%37.25%-
XYZ8.4810.374.92-
YUV87.22108.69126.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 95 (37.5% from 255) = 40.77%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=36.48%
G=40.77%
B=22.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595530.1100.440.6374.2928.3829.02
Hex555F35B02C3F4a1c1d
Octal1251376513054771123435
Binary101010110111111101011011010110011111110010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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