Html Css Color HEX #5B6032 Saratoga

📋 copy color: '#5B6032'

red 91 ◦ green 96 ◦ blue 50

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

Shades of Saratoga #5B6032

Tints of Saratoga #5B6032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 38.4%
G = 40.51%
B = 21.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#5B6032 (or 0x5B6032) is known color: Saratoga. HEX triplet: 5B, 60 and 32. RGB value is (91,96,50). Sum of RGB (Red+Green+Blue) = 91+96+50=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6032 is #A49FCD. Grayscale: #595959. Windows color (decimal): -10788814 or 3301467. OLE color: 3301467.

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

Color convert

RGB 91 96 50 -
CMYK 0.05 0 0.48 0.62
HSL 66.52º 0.32% 0.29% -
HSV(B) 66.52º 0.48% 0.38% -
XYZ 9.07 10.82 4.63 -
YUV 89.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 91 96 50 0.05 0 0.48 0.62 66.52 0.32 0.29
Hex 5B 60 32 5 0 30 3E 43 20 1D
Octal 133 140 62 5 0 60 76 103 40 35
Binary 1011011 1100000 110010 101 0 110000 111110 1000011 100000 11101

Color Harmonies of #5B6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6032

Black with #5B6032

Text Example


Text Example

White with #5B6032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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