#58546C

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

Shades of Smoky #58546C

Tints of Smoky #58546C

Color information

#58546C (or 0x58546C) is unknown color: approx Smoky. HEX triplet: 58, 54 and 6C. RGB value is (88,84,108). Sum of RGB (Red+Green+Blue) = 88+84+108=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #58546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58546C is #A7AB93. Grayscale: #575757. Windows color (decimal): -10988436 or 7099480. OLE color: 7099480.

HSL color Cylindrical-coordinate representation of color #58546C: hue angle of 250º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #58546C is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8884108-
CMYK0.190.2200.58
HSL250º12.5%37.65%-
HSV(B)250º22.22%42.35%-
XYZ9.99.515.5-
YUV87.93139.33128.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=31.43%
G=30%
B=38.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88841080.190.2200.5825012.537.65
Hex58546C131603Afac26
Octal13012415423260723721446
Binary10110001010100110110010011101100111010111110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58546C; }

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

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

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

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

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

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

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

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