#584F71

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

Shades of Smoky #584F71

Tints of Smoky #584F71

Color information

#584F71 (or 0x584F71) is unknown color: approx Smoky. HEX triplet: 58, 4F and 71. RGB value is (88,79,113). Sum of RGB (Red+Green+Blue) = 88+79+113=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #584F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F71 is #A7B08E. Grayscale: #555555. Windows color (decimal): -10989711 or 7425880. OLE color: 7425880.

HSL color Cylindrical-coordinate representation of color #584F71: hue angle of 255.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #584F71 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8879113-
CMYK0.220.3000.56
HSL255.88º17.71%37.65%-
HSV(B)255.88º30.09%44.31%-
XYZ9.88.8616.82-
YUV85.57143.48129.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=31.43%
G=28.21%
B=40.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88791130.220.3000.56255.8817.7137.65
Hex584F71161E0381001226
Octal13011716126360704002246
Binary1011000100111111100011011011110011100010000000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584F71; }

 p { color: rgb(88,79,113); }

 H1.HeaderClassName
 {
   color: #584F71;
 }
 .AnyTagClassName
 {
   color: #584F71;
 }
</style>
background-color css

<style>
 a { background-color: #584F71; }

 a { background-color: rgb(88,79,113); }

 div.DivClassName
 {
   background-color: #584F71;
 }
 .BgClassName
 {
   background-color: #584F71;
 }
</style>
border-color css

<style>
 span { border-color: #584F71; }

 span { border-color: rgb(88,79,113); }

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