#555C21

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

Shades of Saratoga #555C21

Tints of Saratoga #555C21

Color information

#555C21 (or 0x555C21) is unknown color: approx Saratoga. HEX triplet: 55, 5C and 21. RGB value is (85,92,33). Sum of RGB (Red+Green+Blue) = 85+92+33=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #555C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C21 is #AAA3DE. Grayscale: #535353. Windows color (decimal): -11183071 or 2186325. OLE color: 2186325.

HSL color Cylindrical-coordinate representation of color #555C21: hue angle of 67.12º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555C21 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB859233-
CMYK0.0800.640.64
HSL67.12º47.2%24.51%-
HSV(B)67.12º64.13%36.08%-
XYZ7.859.72.9-
YUV83.1899.68129.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 92 (36.33% from 255) = 43.81%
BLUE value IS 33 (13.28% from 255) = 15.71%
R=40.48%
G=43.81%
B=15.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8592330.0800.640.6467.1247.224.51
Hex555C21804040432f19
Octal125134411001001001035731
Binary101010110111001000011000010000001000000100001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,92,33); }

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

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

 a { background-color: rgb(85,92,33); }

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

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

 span { border-color: rgb(85,92,33); }

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