#555C28

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

Shades of Saratoga #555C28

Tints of Saratoga #555C28

Color information

#555C28 (or 0x555C28) is unknown color: approx Saratoga. HEX triplet: 55, 5C and 28. RGB value is (85,92,40). Sum of RGB (Red+Green+Blue) = 85+92+40=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #555C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C28 is #AAA3D7. Grayscale: #545454. Windows color (decimal): -11183064 or 2645077. OLE color: 2645077.

HSL color Cylindrical-coordinate representation of color #555C28: hue angle of 68.08º degrees, saturation: 0.39, 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 #555C28 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB859240-
CMYK0.0800.570.64
HSL68.08º39.39%25.88%-
HSV(B)68.08º56.52%36.08%-
XYZ7.969.743.47-
YUV83.98103.18128.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 92 (36.33% from 255) = 42.40%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=39.17%
G=42.40%
B=18.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8592400.0800.570.6468.0839.3925.88
Hex555C2880394044271a
Octal12513450100711001044732
Binary10101011011100101000100001110011000000100010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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