Html Css Color HEX #5B6126 Saratoga

📋 copy color: '#5B6126'

red 91 ◦ green 97 ◦ blue 38

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

Shades of Saratoga #5B6126

Tints of Saratoga #5B6126

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.92%

 BLUE value IS 38 (15.23% from 255) = 16.81%

R = 40.27%
G = 42.92%
B = 16.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#5B6126 (or 0x5B6126) is known color: Saratoga. HEX triplet: 5B, 61 and 26. RGB value is (91,97,38). Sum of RGB (Red+Green+Blue) = 91+97+38=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6126 is #A49ED9. Grayscale: #585858. Windows color (decimal): -10788570 or 2515291. OLE color: 2515291.

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

Color convert

RGB 91 97 38 -
CMYK 0.06 0 0.61 0.62
HSL 66.1º 0.44% 0.26% -
HSV(B) 66.1º 0.61% 0.38% -
XYZ 8.94 10.91 3.47 -
YUV 88.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 91 97 38 0.06 0 0.61 0.62 66.1 0.44 0.26
Hex 5B 61 26 6 0 3D 3E 42 2C 1A
Octal 133 141 46 6 0 75 76 102 54 32
Binary 1011011 1100001 100110 110 0 111101 111110 1000010 101100 11010

Color Harmonies of #5B6126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6126

Black with #5B6126

Text Example


Text Example

White with #5B6126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,97,38); }

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

background-color css

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

 a { background-color: rgb(91,97,38); }

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

border-color css

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

 span { border-color: rgb(91,97,38); }

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