Html Css Color HEX #5F4F53 Don Juan

📋 copy color: '#5F4F53'

red 95 ◦ green 79 ◦ blue 83

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

Shades of Don Juan #5F4F53

Tints of Don Juan #5F4F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.74%

 BLUE value IS 83 (32.81% from 255) = 32.3%

R = 36.96%
G = 30.74%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#5F4F53 (or 0x5F4F53) is known color: Don Juan. HEX triplet: 5F, 4F and 53. RGB value is (95,79,83). Sum of RGB (Red+Green+Blue) = 95+79+83=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4F53 is #A0B0AC. Grayscale: #545454. Windows color (decimal): -10530989 or 5459807. OLE color: 5459807.

HSL color Cylindrical-coordinate representation of color #5F4F53: hue angle of 345º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F4F53 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 79 83 -
CMYK 0 0.17 0.13 0.63
HSL 345º 0.09% 0.34% -
HSV(B) 345º 0.17% 0.37% -
XYZ 9.08 8.65 9.37 -
YUV 84.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 95 79 83 0 0.17 0.13 0.63 345 0.09 0.34
Hex 5F 4F 53 0 11 D 3F 159 9 22
Octal 137 117 123 0 21 15 77 531 11 42
Binary 1011111 1001111 1010011 0 10001 1101 111111 101011001 1001 100010

Color Harmonies of #5F4F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4F53

Black with #5F4F53

Text Example


Text Example

White with #5F4F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,79,83); }

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

background-color css

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

 a { background-color: rgb(95,79,83); }

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

border-color css

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

 span { border-color: rgb(95,79,83); }

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