#58506B

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

Shades of Smoky #58506B

Tints of Smoky #58506B

Color information

#58506B (or 0x58506B) is unknown color: approx Smoky. HEX triplet: 58, 50 and 6B. RGB value is (88,80,107). Sum of RGB (Red+Green+Blue) = 88+80+107=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #58506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58506B is #A7AF94. Grayscale: #555555. Windows color (decimal): -10989461 or 7032920. OLE color: 7032920.

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

Color convert

RGB8880107-
CMYK0.180.2500.58
HSL257.78º14.44%36.67%-
HSV(B)257.78º25.23%41.96%-
XYZ9.558.8715.12-
YUV85.47140.15129.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=32%
G=29.09%
B=38.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88801070.180.2500.58257.7814.4436.67
Hex58506B121903A102e25
Octal13012015322310724021645
Binary101100010100001101011100101100101110101000000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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