#584F72

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

Shades of Smoky #584F72

Tints of Smoky #584F72

Color information

#584F72 (or 0x584F72) is unknown color: approx Smoky. HEX triplet: 58, 4F and 72. RGB value is (88,79,114). Sum of RGB (Red+Green+Blue) = 88+79+114=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #584F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F72 is #A7B08D. Grayscale: #555555. Windows color (decimal): -10989710 or 7491416. OLE color: 7491416.

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

Color convert

RGB8879114-
CMYK0.230.3100.55
HSL255.43º18.13%37.84%-
HSV(B)255.43º30.7%44.71%-
XYZ9.868.8817.11-
YUV85.68143.98129.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=31.32%
G=28.11%
B=40.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88791140.230.3100.55255.4318.1337.84
Hex584F72171F037ff1226
Octal13011716227370673772246
Binary101100010011111110010101111111101101111111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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