#55582B

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

Shades of Saratoga #55582B

Tints of Saratoga #55582B

Color information

#55582B (or 0x55582B) is unknown color: approx Saratoga. HEX triplet: 55, 58 and 2B. RGB value is (85,88,43). Sum of RGB (Red+Green+Blue) = 85+88+43=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #55582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55582B is #AAA7D4. Grayscale: #525252. Windows color (decimal): -11184085 or 2840661. OLE color: 2840661.

HSL color Cylindrical-coordinate representation of color #55582B: hue angle of 64º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55582B is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB858843-
CMYK0.0300.510.65
HSL64º34.35%25.69%-
HSV(B)64º51.14%34.51%-
XYZ7.679.093.63-
YUV81.97106.01130.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=39.35%
G=40.74%
B=19.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588430.0300.510.656434.3525.69
Hex55582B30334140221a
Octal1251305330631011004232
Binary101010110110001010111101100111000001100000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55582B; }

 p { color: rgb(85,88,43); }

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

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

 a { background-color: rgb(85,88,43); }

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

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

 span { border-color: rgb(85,88,43); }

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