#5D6131

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

Shades of Saratoga #5D6131

Tints of Saratoga #5D6131

Color information

#5D6131 (or 0x5D6131) is unknown color: approx Saratoga. HEX triplet: 5D, 61 and 31. RGB value is (93,97,49). Sum of RGB (Red+Green+Blue) = 93+97+49=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6131 is #A29ECE. Grayscale: #5A5A5A. Windows color (decimal): -10657487 or 3236189. OLE color: 3236189.

HSL color Cylindrical-coordinate representation of color #5D6131: hue angle of 65º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D6131 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB939749-
CMYK0.0400.490.62
HSL65º32.88%28.63%-
HSV(B)65º49.48%38.04%-
XYZ9.3411.14.56-
YUV90.33104.67129.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.91%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=38.91%
G=40.59%
B=20.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397490.0400.490.626532.8828.63
Hex5D613140313E41211d
Octal135141614061761014135
Binary101110111000011100011000110001111110100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D6131; }

 p { color: rgb(93,97,49); }

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

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

 a { background-color: rgb(93,97,49); }

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

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

 span { border-color: rgb(93,97,49); }

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