Html Css Color HEX #5B393B Jazz

📋 copy color: '#5B393B'

red 91 ◦ green 57 ◦ blue 59

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

Shades of Jazz #5B393B

Tints of Jazz #5B393B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

 BLUE value IS 59 (23.44% from 255) = 28.5%

R = 43.96%
G = 27.54%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5B393B (or 0x5B393B) is known color: Jazz. HEX triplet: 5B, 39 and 3B. RGB value is (91,57,59). Sum of RGB (Red+Green+Blue) = 91+57+59=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B393B is #A4C6C4. Grayscale: #434343. Windows color (decimal): -10798789 or 3881307. OLE color: 3881307.

HSL color Cylindrical-coordinate representation of color #5B393B: hue angle of 356.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B393B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 57 59 -
CMYK 0 0.37 0.35 0.64
HSL 356.47º 0.23% 0.29% -
HSV(B) 356.47º 0.37% 0.36% -
XYZ 6.57 5.47 4.85 -
YUV 67.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 91 57 59 0 0.37 0.35 0.64 356.47 0.23 0.29
Hex 5B 39 3B 0 25 23 40 164 17 1D
Octal 133 71 73 0 45 43 100 544 27 35
Binary 1011011 111001 111011 0 100101 100011 1000000 101100100 10111 11101

Color Harmonies of #5B393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B393B

Black with #5B393B

Text Example


Text Example

White with #5B393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,57,59); }

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

background-color css

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

 a { background-color: rgb(91,57,59); }

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

border-color css

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

 span { border-color: rgb(91,57,59); }

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