Html Css Color HEX #59393C Jazz

📋 copy color: '#59393C'

red 89 ◦ green 57 ◦ blue 60

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

Shades of Jazz #59393C

Tints of Jazz #59393C

RGB

 RED value IS 89 (35.16% from 255) = 43.2%

 GREEN value IS 57 (22.66% from 255) = 27.67%

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 43.2%
G = 27.67%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59393C (or 0x59393C) is known color: Jazz. HEX triplet: 59, 39 and 3C. RGB value is (89,57,60). Sum of RGB (Red+Green+Blue) = 89+57+60=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #59393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59393C is #A6C6C3. Grayscale: #424242. Windows color (decimal): -10929860 or 3946841. OLE color: 3946841.

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

Color convert

RGB 89 57 60 -
CMYK 0 0.36 0.33 0.65
HSL 354.38º 0.22% 0.29% -
HSV(B) 354.38º 0.36% 0.35% -
XYZ 6.4 5.38 4.98 -
YUV 66.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 89 57 60 0 0.36 0.33 0.65 354.38 0.22 0.29
Hex 59 39 3C 0 24 21 41 162 16 1D
Octal 131 71 74 0 44 41 101 542 26 35
Binary 1011001 111001 111100 0 100100 100001 1000001 101100010 10110 11101

Color Harmonies of #59393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59393C

Black with #59393C

Text Example


Text Example

White with #59393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59393C;
 }
 .AnyTagClassName
 {
   color: #59393C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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