Html Css Color HEX #5E353A Jazz

📋 copy color: '#5E353A'

red 94 ◦ green 53 ◦ blue 58

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

Shades of Jazz #5E353A

Tints of Jazz #5E353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 45.85%
G = 25.85%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5E353A (or 0x5E353A) is known color: Jazz. HEX triplet: 5E, 35 and 3A. RGB value is (94,53,58). Sum of RGB (Red+Green+Blue) = 94+53+58=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E353A is #A1CAC5. Grayscale: #414141. Windows color (decimal): -10603206 or 3814750. OLE color: 3814750.

HSL color Cylindrical-coordinate representation of color #5E353A: hue angle of 352.68º 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 #5E353A is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 53 58 -
CMYK 0 0.44 0.38 0.63
HSL 352.68º 0.28% 0.29% -
HSV(B) 352.68º 0.44% 0.37% -
XYZ 6.65 5.23 4.66 -
YUV 65.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 94 53 58 0 0.44 0.38 0.63 352.68 0.28 0.29
Hex 5E 35 3A 0 2C 26 3F 161 1C 1D
Octal 136 65 72 0 54 46 77 541 34 35
Binary 1011110 110101 111010 0 101100 100110 111111 101100001 11100 11101

Color Harmonies of #5E353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E353A

Black with #5E353A

Text Example


Text Example

White with #5E353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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