Html Css Color HEX #5F5478 Smoky

📋 copy color: '#5F5478'

red 95 ◦ green 84 ◦ blue 120

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

Shades of Smoky #5F5478

Tints of Smoky #5F5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 31.77%
G = 28.09%
B = 40.13%

CMYK

 C value IS 0.21

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5F5478 (or 0x5F5478) is known color: Smoky. HEX triplet: 5F, 54 and 78. RGB value is (95,84,120). Sum of RGB (Red+Green+Blue) = 95+84+120=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F5478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5478 is #A0AB87. Grayscale: #5B5B5B. Windows color (decimal): -10529672 or 7885919. OLE color: 7885919.

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

Color convert

RGB 95 84 120 -
CMYK 0.21 0.3 0 0.53
HSL 258.33º 0.18% 0.4% -
HSV(B) 258.33º 0.3% 0.47% -
XYZ 11.28 10.13 19.13 -
YUV 91.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 95 84 120 0.21 0.3 0 0.53 258.33 0.18 0.4
Hex 5F 54 78 15 1E 0 35 102 12 28
Octal 137 124 170 25 36 0 65 402 22 50
Binary 1011111 1010100 1111000 10101 11110 0 110101 100000010 10010 101000

Color Harmonies of #5F5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5478

Black with #5F5478

Text Example


Text Example

White with #5F5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,84,120); }

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

background-color css

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

 a { background-color: rgb(95,84,120); }

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

border-color css

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

 span { border-color: rgb(95,84,120); }

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