#58546B

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

Shades of Smoky #58546B

Tints of Smoky #58546B

Color information

#58546B (or 0x58546B) is unknown color: approx Smoky. HEX triplet: 58, 54 and 6B. RGB value is (88,84,107). Sum of RGB (Red+Green+Blue) = 88+84+107=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #58546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58546B is #A7AB94. Grayscale: #575757. Windows color (decimal): -10988437 or 7033944. OLE color: 7033944.

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

Color convert

RGB8884107-
CMYK0.180.2100.58
HSL250.43º12.04%37.45%-
HSV(B)250.43º21.5%41.96%-
XYZ9.859.4815.22-
YUV87.82138.83128.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=31.54%
G=30.11%
B=38.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88841070.180.2100.58250.4312.0437.45
Hex58546B121503Afac25
Octal13012415322250723721445
Binary10110001010100110101110010101010111010111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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