#5F5278

Color #5F5278 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #5F5278

Tints of Smoky #5F5278

Color information

#5F5278 (or 0x5F5278) is unknown color: approx 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

RGB9582120-
CMYK0.210.3200.53
HSL260.53º18.81%39.61%-
HSV(B)260.53º31.67%47.06%-
XYZ11.139.8219.08-
YUV90.22144.81131.41-

RGB Variations

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

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.40%
R=31.99%
G=27.61%
B=40.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95821200.210.3200.53260.5318.8139.61
Hex5F527815200351051328
Octal13712217025400654052350
Binary10111111010010111100010101100000011010110000010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>