#59393B

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

Shades of Jazz #59393B

Tints of Jazz #59393B

Color information

#59393B (or 0x59393B) is unknown color: approx Jazz. HEX triplet: 59, 39 and 3B. RGB value is (89,57,59). Sum of RGB (Red+Green+Blue) = 89+57+59=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59393B is #A6C6C4. Grayscale: #424242. Windows color (decimal): -10929861 or 3881305. OLE color: 3881305.

HSL color Cylindrical-coordinate representation of color #59393B: hue angle of 356.25º 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 #59393B is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB895759-
CMYK00.360.340.65
HSL356.25º21.92%28.63%-
HSV(B)356.25º35.96%34.9%-
XYZ6.375.374.84-
YUV66.8123.6143.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=43.41%
G=27.80%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89575900.360.340.65356.2521.9228.63
Hex59393B0242241164161d
Octal1317173044421015442635
Binary1011001111001111011010010010001010000011011001001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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