Html Css Color HEX #5B6237 Saratoga

📋 copy color: '#5B6237'

red 91 ◦ green 98 ◦ blue 55

#5B6237
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #5B6237

Tints of Saratoga #5B6237

RGB

 RED value IS 91 (35.94% from 255) = 37.3%

 GREEN value IS 98 (38.67% from 255) = 40.16%

 BLUE value IS 55 (21.88% from 255) = 22.54%

R = 37.3%
G = 40.16%
B = 22.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#5B6237 (or 0x5B6237) is known color: Saratoga. HEX triplet: 5B, 62 and 37. RGB value is (91,98,55). Sum of RGB (Red+Green+Blue) = 91+98+55=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6237 is #A49DC8. Grayscale: #5B5B5B. Windows color (decimal): -10788297 or 3629659. OLE color: 3629659.

HSL color Cylindrical-coordinate representation of color #5B6237: hue angle of 69.77º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B6237 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 98 55 -
CMYK 0.07 0 0.44 0.62
HSL 69.77º 0.28% 0.3% -
HSV(B) 69.77º 0.44% 0.38% -
XYZ 9.37 11.24 5.29 -
YUV 91.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 91 98 55 0.07 0 0.44 0.62 69.77 0.28 0.3
Hex 5B 62 37 7 0 2C 3E 46 1C 1E
Octal 133 142 67 7 0 54 76 106 34 36
Binary 1011011 1100010 110111 111 0 101100 111110 1000110 11100 11110

Color Harmonies of #5B6237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6237

Black with #5B6237

Text Example


Text Example

White with #5B6237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B6237;
 }
 .AnyTagClassName
 {
   color: #5B6237;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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