Html Css Color HEX #5D363A Jazz

📋 copy color: '#5D363A'

red 93 ◦ green 54 ◦ blue 58

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

Shades of Jazz #5D363A

Tints of Jazz #5D363A

RGB

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

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

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

R = 45.37%
G = 26.34%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D363A (or 0x5D363A) is known color: Jazz. HEX triplet: 5D, 36 and 3A. RGB value is (93,54,58). Sum of RGB (Red+Green+Blue) = 93+54+58=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D363A is #A2C9C5. Grayscale: #424242. Windows color (decimal): -10668486 or 3815005. OLE color: 3815005.

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

Color convert

RGB 93 54 58 -
CMYK 0 0.42 0.38 0.64
HSL 353.85º 0.27% 0.29% -
HSV(B) 353.85º 0.42% 0.36% -
XYZ 6.6 5.27 4.67 -
YUV 66.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 93 54 58 0 0.42 0.38 0.64 353.85 0.27 0.29
Hex 5D 36 3A 0 2A 26 40 162 1B 1D
Octal 135 66 72 0 52 46 100 542 33 35
Binary 1011101 110110 111010 0 101010 100110 1000000 101100010 11011 11101

Color Harmonies of #5D363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D363A

Black with #5D363A

Text Example


Text Example

White with #5D363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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