Html Css Color HEX #59363A Jazz

📋 copy color: '#59363A'

red 89 ◦ green 54 ◦ blue 58

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

Shades of Jazz #59363A

Tints of Jazz #59363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 58 (23.05% from 255) = 28.86%

R = 44.28%
G = 26.87%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59363A (or 0x59363A) is known color: Jazz. HEX triplet: 59, 36 and 3A. RGB value is (89,54,58). Sum of RGB (Red+Green+Blue) = 89+54+58=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59363A is #A6C9C5. Grayscale: #404040. Windows color (decimal): -10930630 or 3815001. OLE color: 3815001.

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

Color convert

RGB 89 54 58 -
CMYK 0 0.39 0.35 0.65
HSL 353.14º 0.24% 0.28% -
HSV(B) 353.14º 0.39% 0.35% -
XYZ 6.2 5.07 4.65 -
YUV 64.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 89 54 58 0 0.39 0.35 0.65 353.14 0.24 0.28
Hex 59 36 3A 0 27 23 41 161 18 1C
Octal 131 66 72 0 47 43 101 541 30 34
Binary 1011001 110110 111010 0 100111 100011 1000001 101100001 11000 11100

Color Harmonies of #59363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59363A

Black with #59363A

Text Example


Text Example

White with #59363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59363A;
 }
 .AnyTagClassName
 {
   color: #59363A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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