Html Css Color HEX #5F5379 Smoky

📋 copy color: '#5F5379'

red 95 ◦ green 83 ◦ blue 121

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

Shades of Smoky #5F5379

Tints of Smoky #5F5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 31.77%
G = 27.76%
B = 40.47%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5F5379 (or 0x5F5379) is known color: Smoky. HEX triplet: 5F, 53 and 79. RGB value is (95,83,121). Sum of RGB (Red+Green+Blue) = 95+83+121=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #5F5379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5379 is #A0AC86. Grayscale: #5A5A5A. Windows color (decimal): -10529927 or 7951199. OLE color: 7951199.

HSL color Cylindrical-coordinate representation of color #5F5379: hue angle of 258.95º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F5379 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 83 121 -
CMYK 0.21 0.31 0 0.53
HSL 258.95º 0.19% 0.4% -
HSV(B) 258.95º 0.31% 0.47% -
XYZ 11.26 10 19.43 -
YUV 90.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 95 83 121 0.21 0.31 0 0.53 258.95 0.19 0.4
Hex 5F 53 79 15 1F 0 35 103 13 28
Octal 137 123 171 25 37 0 65 403 23 50
Binary 1011111 1010011 1111001 10101 11111 0 110101 100000011 10011 101000

Color Harmonies of #5F5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5379

Black with #5F5379

Text Example


Text Example

White with #5F5379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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