#585468

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

Shades of Smoky #585468

Tints of Smoky #585468

Color information

#585468 (or 0x585468) is unknown color: approx Smoky. HEX triplet: 58, 54 and 68. RGB value is (88,84,104). Sum of RGB (Red+Green+Blue) = 88+84+104=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #585468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585468 is #A7AB97. Grayscale: #575757. Windows color (decimal): -10988440 or 6837336. OLE color: 6837336.

HSL color Cylindrical-coordinate representation of color #585468: hue angle of 252º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585468 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8884104-
CMYK0.150.1900.59
HSL252º10.64%36.86%-
HSV(B)252º19.23%40.78%-
XYZ9.699.4114.4-
YUV87.48137.33128.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=31.88%
G=30.43%
B=37.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88841040.150.1900.5925210.6436.86
Hex585468F1303Bfcb25
Octal13012415017230733741345
Binary1011000101010011010001111100110111011111111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585468; }

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

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

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

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

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

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

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

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