Html Css Color HEX #5E383C Jazz

📋 copy color: '#5E383C'

red 94 ◦ green 56 ◦ blue 60

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

Shades of Jazz #5E383C

Tints of Jazz #5E383C

RGB

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

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

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

R = 44.76%
G = 26.67%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5E383C (or 0x5E383C) is known color: Jazz. HEX triplet: 5E, 38 and 3C. RGB value is (94,56,60). Sum of RGB (Red+Green+Blue) = 94+56+60=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 94 - color contains mainly: red. Hex color #5E383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E383C is #A1C7C3. Grayscale: #434343. Windows color (decimal): -10602436 or 3946590. OLE color: 3946590.

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

Color convert

RGB 94 56 60 -
CMYK 0 0.40 0.36 0.63
HSL 353.68º 0.25% 0.29% -
HSV(B) 353.68º 0.4% 0.37% -
XYZ 6.85 5.53 4.98 -
YUV 67.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 94 56 60 0 0.40 0.36 0.63 353.68 0.25 0.29
Hex 5E 38 3C 0 28 24 3F 162 19 1D
Octal 136 70 74 0 50 44 77 542 31 35
Binary 1011110 111000 111100 0 101000 100100 111111 101100010 11001 11101

Color Harmonies of #5E383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E383C

Black with #5E383C

Text Example


Text Example

White with #5E383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,56,60); }

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

background-color css

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

 a { background-color: rgb(94,56,60); }

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

border-color css

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

 span { border-color: rgb(94,56,60); }

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