Html Css Color HEX #5F343B Jazz

📋 copy color: '#5F343B'

red 95 ◦ green 52 ◦ blue 59

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

Shades of Jazz #5F343B

Tints of Jazz #5F343B

RGB

 RED value IS 95 (37.5% from 255) = 46.12%

 GREEN value IS 52 (20.7% from 255) = 25.24%

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

R = 46.12%
G = 25.24%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5F343B (or 0x5F343B) is known color: Jazz. HEX triplet: 5F, 34 and 3B. RGB value is (95,52,59). Sum of RGB (Red+Green+Blue) = 95+52+59=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F343B is #A0CBC4. Grayscale: #414141. Windows color (decimal): -10537925 or 3880031. OLE color: 3880031.

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

Color convert

RGB 95 52 59 -
CMYK 0 0.45 0.38 0.63
HSL 350.23º 0.29% 0.29% -
HSV(B) 350.23º 0.45% 0.37% -
XYZ 6.74 5.2 4.79 -
YUV 65.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 95 52 59 0 0.45 0.38 0.63 350.23 0.29 0.29
Hex 5F 34 3B 0 2D 26 3F 15E 1D 1D
Octal 137 64 73 0 55 46 77 536 35 35
Binary 1011111 110100 111011 0 101101 100110 111111 101011110 11101 11101

Color Harmonies of #5F343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F343B

Black with #5F343B

Text Example


Text Example

White with #5F343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,52,59); }

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

background-color css

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

 a { background-color: rgb(95,52,59); }

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

border-color css

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

 span { border-color: rgb(95,52,59); }

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