#555D28

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

Shades of Saratoga #555D28

Tints of Saratoga #555D28

Color information

#555D28 (or 0x555D28) is unknown color: approx Saratoga. HEX triplet: 55, 5D and 28. RGB value is (85,93,40). Sum of RGB (Red+Green+Blue) = 85+93+40=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #555D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D28 is #AAA2D7. Grayscale: #545454. Windows color (decimal): -11182808 or 2645333. OLE color: 2645333.

HSL color Cylindrical-coordinate representation of color #555D28: hue angle of 69.06º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #555D28 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB859340-
CMYK0.0900.570.64
HSL69.06º39.85%26.08%-
HSV(B)69.06º56.99%36.47%-
XYZ8.049.913.5-
YUV84.57102.85128.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=38.99%
G=42.66%
B=18.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593400.0900.570.6469.0639.8526.08
Hex555D2890394045281a
Octal12513550110711001055032
Binary10101011011101101000100101110011000000100010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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