#58566B

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

Shades of Smoky #58566B

Tints of Smoky #58566B

Color information

#58566B (or 0x58566B) is unknown color: approx Smoky. HEX triplet: 58, 56 and 6B. RGB value is (88,86,107). Sum of RGB (Red+Green+Blue) = 88+86+107=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 107 - color contains mainly: blue. Hex color #58566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58566B is #A7A994. Grayscale: #585858. Windows color (decimal): -10987925 or 7034456. OLE color: 7034456.

HSL color Cylindrical-coordinate representation of color #58566B: hue angle of 245.71º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #58566B is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8886107-
CMYK0.180.2000.58
HSL245.71º10.88%37.84%-
HSV(B)245.71º19.63%41.96%-
XYZ10.019.7915.27-
YUV88.99138.16127.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=31.32%
G=30.60%
B=38.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88861070.180.2000.58245.7110.8837.84
Hex58566B121403Af6b26
Octal13012615322240723661346
Binary10110001010110110101110010101000111010111101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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