Html Css Color HEX #59393A Jazz

📋 copy color: '#59393A'

red 89 ◦ green 57 ◦ blue 58

#59393A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #59393A

Tints of Jazz #59393A

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 value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59393A (or 0x59393A) is known color: 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

RGB 89 57 58 -
CMYK 0 0.36 0.35 0.65
HSL 358.13º 0.22% 0.29% -
HSV(B) 358.13º 0.36% 0.35% -
XYZ 6.35 5.36 4.7 -
YUV 66.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 89 57 58 0 0.36 0.35 0.65 358.13 0.22 0.29
Hex 59 39 3A 0 24 23 41 166 16 1D
Octal 131 71 72 0 44 43 101 546 26 35
Binary 1011001 111001 111010 0 100100 100011 1000001 101100110 10110 11101

Color Harmonies of #59393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59393A

Black with #59393A

Text Example


Text Example

White with #59393A

Text Example


Text Example

HTML Codes & Css Web 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>