Html Css Color HEX #5E353B Jazz

📋 copy color: '#5E353B'

red 94 ◦ green 53 ◦ blue 59

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

Shades of Jazz #5E353B

Tints of Jazz #5E353B

RGB

 RED value IS 94 (37.11% from 255) = 45.63%

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 45.63%
G = 25.73%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#5E353B (or 0x5E353B) is known color: Jazz. HEX triplet: 5E, 35 and 3B. RGB value is (94,53,59). Sum of RGB (Red+Green+Blue) = 94+53+59=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E353B is #A1CAC4. Grayscale: #414141. Windows color (decimal): -10603205 or 3880286. OLE color: 3880286.

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

Color convert

RGB 94 53 59 -
CMYK 0 0.44 0.37 0.63
HSL 351.22º 0.28% 0.29% -
HSV(B) 351.22º 0.44% 0.37% -
XYZ 6.68 5.24 4.8 -
YUV 65.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 94 53 59 0 0.44 0.37 0.63 351.22 0.28 0.29
Hex 5E 35 3B 0 2C 25 3F 15F 1C 1D
Octal 136 65 73 0 54 45 77 537 34 35
Binary 1011110 110101 111011 0 101100 100101 111111 101011111 11100 11101

Color Harmonies of #5E353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E353B

Black with #5E353B

Text Example


Text Example

White with #5E353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,53,59); }

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

background-color css

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

 a { background-color: rgb(94,53,59); }

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

border-color css

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

 span { border-color: rgb(94,53,59); }

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