Html Css Color HEX #5B6338 Saratoga

📋 copy color: '#5B6338'

red 91 ◦ green 99 ◦ blue 56

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

Shades of Saratoga #5B6338

Tints of Saratoga #5B6338

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.24%

 BLUE value IS 56 (22.27% from 255) = 22.76%

R = 36.99%
G = 40.24%
B = 22.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#5B6338 (or 0x5B6338) is known color: Saratoga. HEX triplet: 5B, 63 and 38. RGB value is (91,99,56). Sum of RGB (Red+Green+Blue) = 91+99+56=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6338 is #A49CC7. Grayscale: #5B5B5B. Windows color (decimal): -10788040 or 3695451. OLE color: 3695451.

HSL color Cylindrical-coordinate representation of color #5B6338: hue angle of 71.16º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B6338 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 91 99 56 -
CMYK 0.08 0 0.43 0.61
HSL 71.16º 0.28% 0.3% -
HSV(B) 71.16º 0.43% 0.39% -
XYZ 9.49 11.43 5.45 -
YUV 91.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 91 99 56 0.08 0 0.43 0.61 71.16 0.28 0.3
Hex 5B 63 38 8 0 2B 3D 47 1C 1E
Octal 133 143 70 10 0 53 75 107 34 36
Binary 1011011 1100011 111000 1000 0 101011 111101 1000111 11100 11110

Color Harmonies of #5B6338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6338

Black with #5B6338

Text Example


Text Example

White with #5B6338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,99,56); }

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

background-color css

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

 a { background-color: rgb(91,99,56); }

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

border-color css

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

 span { border-color: rgb(91,99,56); }

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