#555728

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

Shades of Saratoga #555728

Tints of Saratoga #555728

Color information

#555728 (or 0x555728) is unknown color: approx Saratoga. HEX triplet: 55, 57 and 28. RGB value is (85,87,40). Sum of RGB (Red+Green+Blue) = 85+87+40=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #555728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555728 is #AAA8D7. Grayscale: #515151. Windows color (decimal): -11184344 or 2643797. OLE color: 2643797.

HSL color Cylindrical-coordinate representation of color #555728: hue angle of 62.55º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555728 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB858740-
CMYK0.0200.540.66
HSL62.55º37.01%24.9%-
HSV(B)62.55º54.02%34.12%-
XYZ7.548.93.33-
YUV81.04104.84130.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=40.09%
G=41.04%
B=18.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587400.0200.540.6662.5537.0124.9
Hex5557282036423f2519
Octal125127502066102774531
Binary10101011010111101000100110110100001011111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555728; }

 p { color: rgb(85,87,40); }

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

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

 a { background-color: rgb(85,87,40); }

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

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

 span { border-color: rgb(85,87,40); }

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