#5B6337

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

Shades of Saratoga #5B6337

Tints of Saratoga #5B6337

Color information

#5B6337 (or 0x5B6337) is unknown color: approx Saratoga. HEX triplet: 5B, 63 and 37. RGB value is (91,99,55). Sum of RGB (Red+Green+Blue) = 91+99+55=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6337 is #A49CC8. Grayscale: #5B5B5B. Windows color (decimal): -10788041 or 3629915. OLE color: 3629915.

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

Color convert

RGB919955-
CMYK0.0800.440.61
HSL70.91º28.57%30.2%-
HSV(B)70.91º44.44%38.82%-
XYZ9.4711.425.32-
YUV91.59107.35127.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=37.14%
G=40.41%
B=22.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9199550.0800.440.6170.9128.5730.2
Hex5B6337802C3D471d1e
Octal1331436710054751073536
Binary101101111000111101111000010110011110110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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