Html Css Color HEX #5B6039 Saratoga

📋 copy color: '#5B6039'

red 91 ◦ green 96 ◦ blue 57

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

Shades of Saratoga #5B6039

Tints of Saratoga #5B6039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.36%

R = 37.3%
G = 39.34%
B = 23.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#5B6039 (or 0x5B6039) is known color: Saratoga. HEX triplet: 5B, 60 and 39. RGB value is (91,96,57). Sum of RGB (Red+Green+Blue) = 91+96+57=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6039 is #A49FC6. Grayscale: #5A5A5A. Windows color (decimal): -10788807 or 3760219. OLE color: 3760219.

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

Color convert

RGB 91 96 57 -
CMYK 0.05 0 0.41 0.62
HSL 67.69º 0.25% 0.3% -
HSV(B) 67.69º 0.41% 0.38% -
XYZ 9.24 10.89 5.49 -
YUV 90.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 91 96 57 0.05 0 0.41 0.62 67.69 0.25 0.3
Hex 5B 60 39 5 0 29 3E 44 19 1E
Octal 133 140 71 5 0 51 76 104 31 36
Binary 1011011 1100000 111001 101 0 101001 111110 1000100 11001 11110

Color Harmonies of #5B6039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6039

Black with #5B6039

Text Example


Text Example

White with #5B6039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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