#5E373B

Color #5E373B Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #5E373B

Tints of Jazz #5E373B

Color information

#5E373B (or 0x5E373B) is unknown color: approx Jazz. HEX triplet: 5E, 37 and 3B. RGB value is (94,55,59). Sum of RGB (Red+Green+Blue) = 94+55+59=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E373B is #A1C8C4. Grayscale: #434343. Windows color (decimal): -10602693 or 3880798. OLE color: 3880798.

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

Color convert

RGB945559-
CMYK00.410.370.63
HSL353.85º26.17%29.22%-
HSV(B)353.85º41.49%36.86%-
XYZ6.775.434.83-
YUV67.12123.42147.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.19%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=45.19%
G=26.44%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94555900.410.370.63353.8526.1729.22
Hex5E373B029253F1621a1d
Octal136677305145775423235
Binary101111011011111101101010011001011111111011000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E373B;
 }
 .AnyTagClassName
 {
   color: #5E373B;
 }
</style>
background-color css

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

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

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

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

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

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