Html Css Color HEX #5B6031 Saratoga

📋 copy color: '#5B6031'

red 91 ◦ green 96 ◦ blue 49

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

Shades of Saratoga #5B6031

Tints of Saratoga #5B6031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.76%

R = 38.56%
G = 40.68%
B = 20.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#5B6031 (or 0x5B6031) is known color: Saratoga. HEX triplet: 5B, 60 and 31. RGB value is (91,96,49). Sum of RGB (Red+Green+Blue) = 91+96+49=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6031 is #A49FCE. Grayscale: #595959. Windows color (decimal): -10788815 or 3235931. OLE color: 3235931.

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

Color convert

RGB 91 96 49 -
CMYK 0.05 0 0.49 0.62
HSL 66.38º 0.32% 0.28% -
HSV(B) 66.38º 0.49% 0.38% -
XYZ 9.05 10.81 4.52 -
YUV 89.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 91 96 49 0.05 0 0.49 0.62 66.38 0.32 0.28
Hex 5B 60 31 5 0 31 3E 42 20 1C
Octal 133 140 61 5 0 61 76 102 40 34
Binary 1011011 1100000 110001 101 0 110001 111110 1000010 100000 11100

Color Harmonies of #5B6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6031

Black with #5B6031

Text Example


Text Example

White with #5B6031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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