Html Css Color HEX #5B3336 Jazz

📋 copy color: '#5B3336'

red 91 ◦ green 51 ◦ blue 54

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

Shades of Jazz #5B3336

Tints of Jazz #5B3336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

 BLUE value IS 54 (21.48% from 255) = 27.55%

R = 46.43%
G = 26.02%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#5B3336 (or 0x5B3336) is known color: Jazz. HEX triplet: 5B, 33 and 36. RGB value is (91,51,54). Sum of RGB (Red+Green+Blue) = 91+51+54=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3336 is #A4CCC9. Grayscale: #3F3F3F. Windows color (decimal): -10800330 or 3552091. OLE color: 3552091.

HSL color Cylindrical-coordinate representation of color #5B3336: hue angle of 355.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B3336 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 51 54 -
CMYK 0 0.44 0.41 0.64
HSL 355.5º 0.28% 0.28% -
HSV(B) 355.5º 0.44% 0.36% -
XYZ 6.16 4.86 4.1 -
YUV 63.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 91 51 54 0 0.44 0.41 0.64 355.5 0.28 0.28
Hex 5B 33 36 0 2C 29 40 164 1C 1C
Octal 133 63 66 0 54 51 100 544 34 34
Binary 1011011 110011 110110 0 101100 101001 1000000 101100100 11100 11100

Color Harmonies of #5B3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3336

Black with #5B3336

Text Example


Text Example

White with #5B3336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,51,54); }

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

background-color css

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

 a { background-color: rgb(91,51,54); }

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

border-color css

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

 span { border-color: rgb(91,51,54); }

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