#5D393A

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

Shades of Jazz #5D393A

Tints of Jazz #5D393A

Color information

#5D393A (or 0x5D393A) is unknown color: approx Jazz. HEX triplet: 5D, 39 and 3A. RGB value is (93,57,58). Sum of RGB (Red+Green+Blue) = 93+57+58=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D393A is #A2C6C5. Grayscale: #434343. Windows color (decimal): -10667718 or 3815773. OLE color: 3815773.

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

Color convert

RGB935758-
CMYK00.390.380.64
HSL358.33º24%29.41%-
HSV(B)358.33º38.71%36.47%-
XYZ6.745.564.72-
YUV67.88122.43145.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.71%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=44.71%
G=27.40%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93575800.390.380.64358.332429.41
Hex5D393A0272640166181d
Octal1357172047461005463035
Binary1011101111001111010010011110011010000001011001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,57,58); }

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

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

 a { background-color: rgb(93,57,58); }

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

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

 span { border-color: rgb(93,57,58); }

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