Html Css Color HEX #5E363B Jazz

📋 copy color: '#5E363B'

red 94 ◦ green 54 ◦ blue 59

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

Shades of Jazz #5E363B

Tints of Jazz #5E363B

RGB

 RED value IS 94 (37.11% from 255) = 45.41%

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

 BLUE value IS 59 (23.44% from 255) = 28.5%

R = 45.41%
G = 26.09%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#5E363B (or 0x5E363B) is known color: Jazz. HEX triplet: 5E, 36 and 3B. RGB value is (94,54,59). Sum of RGB (Red+Green+Blue) = 94+54+59=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E363B is #A1C9C4. Grayscale: #424242. Windows color (decimal): -10602949 or 3880542. OLE color: 3880542.

HSL color Cylindrical-coordinate representation of color #5E363B: hue angle of 352.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E363B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 54 59 -
CMYK 0 0.43 0.37 0.63
HSL 352.5º 0.27% 0.29% -
HSV(B) 352.5º 0.43% 0.37% -
XYZ 6.72 5.33 4.81 -
YUV 66.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 94 54 59 0 0.43 0.37 0.63 352.5 0.27 0.29
Hex 5E 36 3B 0 2B 25 3F 160 1B 1D
Octal 136 66 73 0 53 45 77 540 33 35
Binary 1011110 110110 111011 0 101011 100101 111111 101100000 11011 11101

Color Harmonies of #5E363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E363B

Black with #5E363B

Text Example


Text Example

White with #5E363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,54,59); }

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

background-color css

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

 a { background-color: rgb(94,54,59); }

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

border-color css

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

 span { border-color: rgb(94,54,59); }

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