#585474

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

Shades of Smoky #585474

Tints of Smoky #585474

Color information

#585474 (or 0x585474) is unknown color: approx Smoky. HEX triplet: 58, 54 and 74. RGB value is (88,84,116). Sum of RGB (Red+Green+Blue) = 88+84+116=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #585474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585474 is #A7AB8B. Grayscale: #585858. Windows color (decimal): -10988428 or 7623768. OLE color: 7623768.

HSL color Cylindrical-coordinate representation of color #585474: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585474 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8884116-
CMYK0.240.2800.55
HSL247.5º16%39.22%-
HSV(B)247.5º27.59%45.49%-
XYZ10.359.6817.85-
YUV88.84143.33127.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=30.56%
G=29.17%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88841160.240.2800.55247.51639.22
Hex585474181C037f81027
Octal13012416430340673702047
Binary101100010101001110100110001110001101111111100010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585474; }

 p { color: rgb(88,84,116); }

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

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

 a { background-color: rgb(88,84,116); }

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

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

 span { border-color: rgb(88,84,116); }

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