#584E72

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

Shades of Smoky #584E72

Tints of Smoky #584E72

Color information

#584E72 (or 0x584E72) is unknown color: approx Smoky. HEX triplet: 58, 4E and 72. RGB value is (88,78,114). Sum of RGB (Red+Green+Blue) = 88+78+114=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #584E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E72 is #A7B18D. Grayscale: #545454. Windows color (decimal): -10989966 or 7491160. OLE color: 7491160.

HSL color Cylindrical-coordinate representation of color #584E72: hue angle of 256.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #584E72 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8878114-
CMYK0.230.3200.55
HSL256.67º18.75%37.65%-
HSV(B)256.67º31.58%44.71%-
XYZ9.798.7417.09-
YUV85.09144.31130.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=31.43%
G=27.86%
B=40.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88781140.230.3200.55256.6718.7537.65
Hex584E7217200371011326
Octal13011616227400674012346
Binary10110001001110111001010111100000011011110000000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,78,114); }

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

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

 a { background-color: rgb(88,78,114); }

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

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

 span { border-color: rgb(88,78,114); }

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