Html Css Color HEX #5D383A Jazz

📋 copy color: '#5D383A'

red 93 ◦ green 56 ◦ blue 58

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

Shades of Jazz #5D383A

Tints of Jazz #5D383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

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

R = 44.93%
G = 27.05%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D383A (or 0x5D383A) is known color: Jazz. HEX triplet: 5D, 38 and 3A. RGB value is (93,56,58). Sum of RGB (Red+Green+Blue) = 93+56+58=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D383A is #A2C7C5. Grayscale: #434343. Windows color (decimal): -10667974 or 3815517. OLE color: 3815517.

HSL color Cylindrical-coordinate representation of color #5D383A: hue angle of 356.76º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D383A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 56 58 -
CMYK 0 0.40 0.38 0.64
HSL 356.76º 0.25% 0.29% -
HSV(B) 356.76º 0.4% 0.36% -
XYZ 6.69 5.46 4.7 -
YUV 67.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 93 56 58 0 0.40 0.38 0.64 356.76 0.25 0.29
Hex 5D 38 3A 0 28 26 40 165 19 1D
Octal 135 70 72 0 50 46 100 545 31 35
Binary 1011101 111000 111010 0 101000 100110 1000000 101100101 11001 11101

Color Harmonies of #5D383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D383A

Black with #5D383A

Text Example


Text Example

White with #5D383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,56,58); }

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

background-color css

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

 a { background-color: rgb(93,56,58); }

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

border-color css

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

 span { border-color: rgb(93,56,58); }

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