#5E353A

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

Shades of Jazz #5E353A

Tints of Jazz #5E353A

Color information

#5E353A (or 0x5E353A) is unknown color: approx 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

RGB945358-
CMYK00.440.380.63
HSL352.68º27.89%28.82%-
HSV(B)352.68º43.62%36.86%-
XYZ6.655.234.66-
YUV65.83123.58148.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94535800.440.380.63352.6827.8928.82
Hex5E353A02C263F1611c1d
Octal136657205446775413435
Binary101111011010111101001011001001101111111011000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>