Html Css Color HEX #5D393C Jazz

📋 copy color: '#5D393C'

red 93 ◦ green 57 ◦ blue 60

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

Shades of Jazz #5D393C

Tints of Jazz #5D393C

RGB

 RED value IS 93 (36.72% from 255) = 44.29%

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

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

R = 44.29%
G = 27.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5D393C (or 0x5D393C) is known color: Jazz. HEX triplet: 5D, 39 and 3C. RGB value is (93,57,60). Sum of RGB (Red+Green+Blue) = 93+57+60=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D393C is #A2C6C3. Grayscale: #444444. Windows color (decimal): -10667716 or 3946845. OLE color: 3946845.

HSL color Cylindrical-coordinate representation of color #5D393C: hue angle of 355º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D393C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 57 60 -
CMYK 0 0.39 0.35 0.64
HSL 355º 0.24% 0.29% -
HSV(B) 355º 0.39% 0.36% -
XYZ 6.79 5.58 4.99 -
YUV 68.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 93 57 60 0 0.39 0.35 0.64 355 0.24 0.29
Hex 5D 39 3C 0 27 23 40 163 18 1D
Octal 135 71 74 0 47 43 100 543 30 35
Binary 1011101 111001 111100 0 100111 100011 1000000 101100011 11000 11101

Color Harmonies of #5D393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D393C

Black with #5D393C

Text Example


Text Example

White with #5D393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D393C; }

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

 H1.HeaderClassName
 {
   color: #5D393C;
 }
 .AnyTagClassName
 {
   color: #5D393C;
 }
</style>

background-color css

<style>
 a { background-color: #5D393C; }

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

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

border-color css

<style>
 span { border-color: #5D393C; }

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

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