Html Css Color HEX #5B5D26 Saratoga

📋 copy color: '#5B5D26'

red 91 ◦ green 93 ◦ blue 38

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

Shades of Saratoga #5B5D26

Tints of Saratoga #5B5D26

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.89%

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

R = 40.99%
G = 41.89%
B = 17.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#5B5D26 (or 0x5B5D26) is known color: Saratoga. HEX triplet: 5B, 5D and 26. RGB value is (91,93,38). Sum of RGB (Red+Green+Blue) = 91+93+38=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D26 is #A4A2D9. Grayscale: #565656. Windows color (decimal): -10789594 or 2514267. OLE color: 2514267.

HSL color Cylindrical-coordinate representation of color #5B5D26: hue angle of 62.18º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B5D26 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 93 38 -
CMYK 0.02 0 0.59 0.64
HSL 62.18º 0.42% 0.26% -
HSV(B) 62.18º 0.59% 0.36% -
XYZ 8.58 10.19 3.35 -
YUV 86.13 100.84 131.47 -
System Red Green Blue C M Y K H S L
Decimal 91 93 38 0.02 0 0.59 0.64 62.18 0.42 0.26
Hex 5B 5D 26 2 0 3B 40 3E 2A 1A
Octal 133 135 46 2 0 73 100 76 52 32
Binary 1011011 1011101 100110 10 0 111011 1000000 111110 101010 11010

Color Harmonies of #5B5D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5D26

Black with #5B5D26

Text Example


Text Example

White with #5B5D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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