#555627

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

Shades of Saratoga #555627

Tints of Saratoga #555627

Color information

#555627 (or 0x555627) is unknown color: approx Saratoga. HEX triplet: 55, 56 and 27. RGB value is (85,86,39). Sum of RGB (Red+Green+Blue) = 85+86+39=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #555627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555627 is #AAA9D8. Grayscale: #505050. Windows color (decimal): -11184601 or 2578005. OLE color: 2578005.

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

Color convert

RGB858639-
CMYK0.0100.550.66
HSL61.28º37.6%24.51%-
HSV(B)61.28º54.65%33.73%-
XYZ7.448.733.21-
YUV80.34104.67131.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=40.48%
G=40.95%
B=18.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586390.0100.550.6661.2837.624.51
Hex5556271037423d2619
Octal125126471067102754631
Binary1010101101011010011110110111100001011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555627; }

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

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

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

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

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

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

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

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