#555A27

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

Shades of Saratoga #555A27

Tints of Saratoga #555A27

Color information

#555A27 (or 0x555A27) is unknown color: approx Saratoga. HEX triplet: 55, 5A and 27. RGB value is (85,90,39). Sum of RGB (Red+Green+Blue) = 85+90+39=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #555A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A27 is #AAA5D8. Grayscale: #525252. Windows color (decimal): -11183577 or 2579029. OLE color: 2579029.

HSL color Cylindrical-coordinate representation of color #555A27: hue angle of 65.88º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #555A27 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB859039-
CMYK0.0600.570.65
HSL65.88º39.53%25.29%-
HSV(B)65.88º56.67%35.29%-
XYZ7.779.393.32-
YUV82.69103.34129.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=39.72%
G=42.06%
B=18.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590390.0600.570.6565.8839.5325.29
Hex555A27603941422819
Octal1251324760711011025031
Binary1010101101101010011111001110011000001100001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,90,39); }

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

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

 a { background-color: rgb(85,90,39); }

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

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

 span { border-color: rgb(85,90,39); }

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