#5B6131

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

Shades of Saratoga #5B6131

Tints of Saratoga #5B6131

Color information

#5B6131 (or 0x5B6131) is unknown color: approx Saratoga. HEX triplet: 5B, 61 and 31. RGB value is (91,97,49). Sum of RGB (Red+Green+Blue) = 91+97+49=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6131 is #A49ECE. Grayscale: #595959. Windows color (decimal): -10788559 or 3236187. OLE color: 3236187.

HSL color Cylindrical-coordinate representation of color #5B6131: hue angle of 67.5º 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 #5B6131 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB919749-
CMYK0.0600.490.62
HSL67.5º32.88%28.63%-
HSV(B)67.5º49.48%38.04%-
XYZ9.14114.55-
YUV89.73105.01128.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.40%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=38.40%
G=40.93%
B=20.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197490.0600.490.6267.532.8828.63
Hex5B613160313E44211d
Octal133141616061761044135
Binary101101111000011100011100110001111110100010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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