#556521

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

Shades of Saratoga #556521

Tints of Saratoga #556521

Color information

#556521 (or 0x556521) is unknown color: approx Saratoga. HEX triplet: 55, 65 and 21. RGB value is (85,101,33). Sum of RGB (Red+Green+Blue) = 85+101+33=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 101 - color contains mainly: green. Hex color #556521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556521 is #AA9ADE. Grayscale: #585858. Windows color (decimal): -11180767 or 2188629. OLE color: 2188629.

HSL color Cylindrical-coordinate representation of color #556521: hue angle of 74.12º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #556521 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB8510133-
CMYK0.1600.670.60
HSL74.12º50.75%26.27%-
HSV(B)74.12º67.33%39.61%-
XYZ8.6711.353.17-
YUV88.4696.7125.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 101 (39.84% from 255) = 46.12%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=38.81%
G=46.12%
B=15.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101330.1600.670.6074.1250.7526.27
Hex556521100433C4a331a
Octal12514541200103741126332
Binary101010111001011000011000001000011111100100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556521; }

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

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

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

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

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

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

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

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