#5B6331

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

Shades of Saratoga #5B6331

Tints of Saratoga #5B6331

Color information

#5B6331 (or 0x5B6331) is unknown color: approx Saratoga. HEX triplet: 5B, 63 and 31. RGB value is (91,99,49). Sum of RGB (Red+Green+Blue) = 91+99+49=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6331 is #A49CCE. Grayscale: #5B5B5B. Windows color (decimal): -10788047 or 3236699. OLE color: 3236699.

HSL color Cylindrical-coordinate representation of color #5B6331: hue angle of 69.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B6331 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB919949-
CMYK0.0800.510.61
HSL69.6º33.78%29.02%-
HSV(B)69.6º50.51%38.82%-
XYZ9.3311.374.61-
YUV90.91104.35128.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=38.08%
G=41.42%
B=20.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9199490.0800.510.6169.633.7829.02
Hex5B633180333D46221d
Octal1331436110063751064235
Binary1011011110001111000110000110011111101100011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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