Html Css Color HEX #5F5278 Smoky

📋 copy color: '#5F5278'

red 95 ◦ green 82 ◦ blue 120

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

Shades of Smoky #5F5278

Tints of Smoky #5F5278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 31.99%
G = 27.61%
B = 40.4%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5F5278 (or 0x5F5278) is known color: Smoky. HEX triplet: 5F, 52 and 78. RGB value is (95,82,120). Sum of RGB (Red+Green+Blue) = 95+82+120=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F5278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5278 is #A0AD87. Grayscale: #5A5A5A. Windows color (decimal): -10530184 or 7885407. OLE color: 7885407.

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

Color convert

RGB 95 82 120 -
CMYK 0.21 0.32 0 0.53
HSL 260.53º 0.19% 0.4% -
HSV(B) 260.53º 0.32% 0.47% -
XYZ 11.13 9.82 19.08 -
YUV 90.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 95 82 120 0.21 0.32 0 0.53 260.53 0.19 0.4
Hex 5F 52 78 15 20 0 35 105 13 28
Octal 137 122 170 25 40 0 65 405 23 50
Binary 1011111 1010010 1111000 10101 100000 0 110101 100000101 10011 101000

Color Harmonies of #5F5278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5278

Black with #5F5278

Text Example


Text Example

White with #5F5278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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