Html Css Color HEX #5B6037 Saratoga

📋 copy color: '#5B6037'

red 91 ◦ green 96 ◦ blue 55

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

Shades of Saratoga #5B6037

Tints of Saratoga #5B6037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

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

R = 37.6%
G = 39.67%
B = 22.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#5B6037 (or 0x5B6037) is known color: Saratoga. HEX triplet: 5B, 60 and 37. RGB value is (91,96,55). Sum of RGB (Red+Green+Blue) = 91+96+55=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6037 is #A49FC8. Grayscale: #595959. Windows color (decimal): -10788809 or 3629147. OLE color: 3629147.

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

Color convert

RGB 91 96 55 -
CMYK 0.05 0 0.43 0.62
HSL 67.32º 0.27% 0.3% -
HSV(B) 67.32º 0.43% 0.38% -
XYZ 9.19 10.87 5.23 -
YUV 89.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 91 96 55 0.05 0 0.43 0.62 67.32 0.27 0.3
Hex 5B 60 37 5 0 2B 3E 43 1B 1E
Octal 133 140 67 5 0 53 76 103 33 36
Binary 1011011 1100000 110111 101 0 101011 111110 1000011 11011 11110

Color Harmonies of #5B6037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6037

Black with #5B6037

Text Example


Text Example

White with #5B6037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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