#5B5D36

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

Shades of Saratoga #5B5D36

Tints of Saratoga #5B5D36

Color information

#5B5D36 (or 0x5B5D36) is unknown color: approx Saratoga. HEX triplet: 5B, 5D and 36. RGB value is (91,93,54). Sum of RGB (Red+Green+Blue) = 91+93+54=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D36 is #A4A2C9. Grayscale: #585858. Windows color (decimal): -10789578 or 3562843. OLE color: 3562843.

HSL color Cylindrical-coordinate representation of color #5B5D36: hue angle of 63.08º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B5D36 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB919354-
CMYK0.0200.420.64
HSL63.08º26.53%28.82%-
HSV(B)63.08º41.94%36.47%-
XYZ8.8910.325.01-
YUV87.96108.84130.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.24%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=38.24%
G=39.08%
B=22.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9193540.0200.420.6463.0826.5328.82
Hex5B5D36202A403f1b1d
Octal133135662052100773335
Binary1011011101110111011010010101010000001111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,93,54); }

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

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

 a { background-color: rgb(91,93,54); }

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

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

 span { border-color: rgb(91,93,54); }

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