#555921

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

Shades of Saratoga #555921

Tints of Saratoga #555921

Color information

#555921 (or 0x555921) is unknown color: approx Saratoga. HEX triplet: 55, 59 and 21. RGB value is (85,89,33). Sum of RGB (Red+Green+Blue) = 85+89+33=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #555921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555921 is #AAA6DE. Grayscale: #515151. Windows color (decimal): -11183839 or 2185557. OLE color: 2185557.

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

Color convert

RGB858933-
CMYK0.0400.630.65
HSL64.29º45.9%23.92%-
HSV(B)64.29º62.92%34.9%-
XYZ7.599.192.81-
YUV81.42100.67130.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=41.06%
G=43.00%
B=15.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589330.0400.630.6564.2945.923.92
Hex555921403F41402e18
Octal1251314140771011005630
Binary1010101101100110000110001111111000001100000010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555921; }

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

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

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

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

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

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

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

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