#59393A

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

Shades of Jazz #59393A

Tints of Jazz #59393A

Color information

#59393A (or 0x59393A) is unknown color: approx Jazz. HEX triplet: 59, 39 and 3A. RGB value is (89,57,58). Sum of RGB (Red+Green+Blue) = 89+57+58=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59393A is #A6C6C5. Grayscale: #424242. Windows color (decimal): -10929862 or 3815769. OLE color: 3815769.

HSL color Cylindrical-coordinate representation of color #59393A: hue angle of 358.12º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59393A is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB895758-
CMYK00.360.350.65
HSL358.12º21.92%28.63%-
HSV(B)358.12º35.96%34.9%-
XYZ6.355.364.7-
YUV66.68123.1143.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 58 (23.05% from 255) = 28.43%
R=43.63%
G=27.94%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89575800.360.350.65358.1221.9228.63
Hex59393A0242341166161d
Octal1317172044431015462635
Binary1011001111001111010010010010001110000011011001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59393A; }

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

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

<style>
 a { background-color: #59393A; }

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

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

<style>
 span { border-color: #59393A; }

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

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