#58556C

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

Shades of Smoky #58556C

Tints of Smoky #58556C

Color information

#58556C (or 0x58556C) is unknown color: approx Smoky. HEX triplet: 58, 55 and 6C. RGB value is (88,85,108). Sum of RGB (Red+Green+Blue) = 88+85+108=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #58556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58556C is #A7AA93. Grayscale: #585858. Windows color (decimal): -10988180 or 7099736. OLE color: 7099736.

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

Color convert

RGB8885108-
CMYK0.190.2100.58
HSL247.83º11.92%37.84%-
HSV(B)247.83º21.3%42.35%-
XYZ9.989.6515.52-
YUV88.52138.99127.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=31.32%
G=30.25%
B=38.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88851080.190.2100.58247.8311.9237.84
Hex58556C131503Af8c26
Octal13012515423250723701446
Binary10110001010101110110010011101010111010111110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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