#585475

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

Shades of Smoky #585475

Tints of Smoky #585475

Color information

#585475 (or 0x585475) is unknown color: approx Smoky. HEX triplet: 58, 54 and 75. RGB value is (88,84,117). Sum of RGB (Red+Green+Blue) = 88+84+117=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #585475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585475 is #A7AB8A. Grayscale: #585858. Windows color (decimal): -10988427 or 7689304. OLE color: 7689304.

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

Color convert

RGB8884117-
CMYK0.250.2800.54
HSL247.27º16.42%39.41%-
HSV(B)247.27º28.21%45.88%-
XYZ10.419.718.15-
YUV88.96143.83127.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=30.45%
G=29.07%
B=40.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88841170.250.2800.54247.2716.4239.41
Hex585475191C036f71027
Octal13012416531340663672047
Binary101100010101001110101110011110001101101111011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585475; }

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

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

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

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

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

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

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

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