#555F33

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

Shades of Saratoga #555F33

Tints of Saratoga #555F33

Color information

#555F33 (or 0x555F33) is unknown color: approx Saratoga. HEX triplet: 55, 5F and 33. RGB value is (85,95,51). Sum of RGB (Red+Green+Blue) = 85+95+51=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #555F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F33 is #AAA0CC. Grayscale: #575757. Windows color (decimal): -11182285 or 3366741. OLE color: 3366741.

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

Color convert

RGB859551-
CMYK0.1100.460.63
HSL73.64º30.14%28.63%-
HSV(B)73.64º46.32%37.25%-
XYZ8.4410.354.69-
YUV86.99107.69126.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=36.80%
G=41.13%
B=22.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595510.1100.460.6373.6430.1428.63
Hex555F33B02E3F4a1e1d
Octal1251376313056771123635
Binary101010110111111100111011010111011111110010101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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