#55592A

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

Shades of Saratoga #55592A

Tints of Saratoga #55592A

Color information

#55592A (or 0x55592A) is unknown color: approx Saratoga. HEX triplet: 55, 59 and 2A. RGB value is (85,89,42). Sum of RGB (Red+Green+Blue) = 85+89+42=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #55592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55592A is #AAA6D5. Grayscale: #525252. Windows color (decimal): -11183830 or 2775381. OLE color: 2775381.

HSL color Cylindrical-coordinate representation of color #55592A: hue angle of 65.11º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55592A is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB858942-
CMYK0.0400.530.65
HSL65.11º35.88%25.69%-
HSV(B)65.11º52.81%34.9%-
XYZ7.749.243.57-
YUV82.45105.17129.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=39.35%
G=41.20%
B=19.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589420.0400.530.6565.1135.8825.69
Hex55592A40354141241a
Octal1251315240651011014432
Binary1010101101100110101010001101011000001100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55592A; }

 p { color: rgb(85,89,42); }

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

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

 a { background-color: rgb(85,89,42); }

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

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

 span { border-color: rgb(85,89,42); }

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