#585467

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

Shades of Smoky #585467

Tints of Smoky #585467

Color information

#585467 (or 0x585467) is unknown color: approx Smoky. HEX triplet: 58, 54 and 67. RGB value is (88,84,103). Sum of RGB (Red+Green+Blue) = 88+84+103=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #585467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585467 is #A7AB98. Grayscale: #575757. Windows color (decimal): -10988441 or 6771800. OLE color: 6771800.

HSL color Cylindrical-coordinate representation of color #585467: hue angle of 252.63º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #585467 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8884103-
CMYK0.150.1800.60
HSL252.63º10.16%36.67%-
HSV(B)252.63º18.45%40.39%-
XYZ9.649.3914.14-
YUV87.36136.83128.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=32%
G=30.55%
B=37.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88841030.150.1800.60252.6310.1636.67
Hex585467F1203Cfda25
Octal13012414717220743751245
Binary1011000101010011001111111100100111100111111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585467; }

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

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

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

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

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

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

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

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