#58506F

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

Shades of Smoky #58506F

Tints of Smoky #58506F

Color information

#58506F (or 0x58506F) is unknown color: approx Smoky. HEX triplet: 58, 50 and 6F. RGB value is (88,80,111). Sum of RGB (Red+Green+Blue) = 88+80+111=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #58506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58506F is #A7AF90. Grayscale: #555555. Windows color (decimal): -10989457 or 7295064. OLE color: 7295064.

HSL color Cylindrical-coordinate representation of color #58506F: hue angle of 255.48º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58506F is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8880111-
CMYK0.210.2800.56
HSL255.48º16.23%37.45%-
HSV(B)255.48º27.93%43.53%-
XYZ9.768.9616.25-
YUV85.93142.15129.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=31.54%
G=28.67%
B=39.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88801110.210.2800.56255.4816.2337.45
Hex58506F151C038ff1025
Octal13012015725340703772045
Binary101100010100001101111101011110001110001111111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58506F; }

 p { color: rgb(88,80,111); }

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

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

 a { background-color: rgb(88,80,111); }

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

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

 span { border-color: rgb(88,80,111); }

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