#555925

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

Shades of Saratoga #555925

Tints of Saratoga #555925

Color information

#555925 (or 0x555925) is unknown color: approx Saratoga. HEX triplet: 55, 59 and 25. RGB value is (85,89,37). Sum of RGB (Red+Green+Blue) = 85+89+37=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #555925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555925 is #AAA6DA. Grayscale: #525252. Windows color (decimal): -11183835 or 2447701. OLE color: 2447701.

HSL color Cylindrical-coordinate representation of color #555925: hue angle of 64.62º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #555925 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB858937-
CMYK0.0400.580.65
HSL64.62º41.27%24.71%-
HSV(B)64.62º58.43%34.9%-
XYZ7.659.213.12-
YUV81.88102.67130.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=40.28%
G=42.18%
B=17.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589370.0400.580.6564.6241.2724.71
Hex555925403A41412919
Octal1251314540721011015131
Binary1010101101100110010110001110101000001100000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555925; }

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

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

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

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

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

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

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

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