#58586E

Color #58586E Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #58586E

Tints of Comet #58586E

Color information

#58586E (or 0x58586E) is unknown color: approx Comet. HEX triplet: 58, 58 and 6E. RGB value is (88,88,110). Sum of RGB (Red+Green+Blue) = 88+88+110=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #58586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58586E is #A7A791. Grayscale: #5A5A5A. Windows color (decimal): -10987410 or 7231576. OLE color: 7231576.

HSL color Cylindrical-coordinate representation of color #58586E: hue angle of 240º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #58586E is Cyan = 0.2, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8888110-
CMYK0.20.200.57
HSL240º11.11%38.82%-
HSV(B)240º20%43.14%-
XYZ10.3310.1816.17-
YUV90.51139126.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88881100.20.200.5724011.1138.82
Hex58586E1414039f0b27
Octal13013015624240713601347
Binary10110001011000110111010100101000111001111100001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58586E; }

 p { color: rgb(88,88,110); }

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

<style>
 a { background-color: #58586E; }

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

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

<style>
 span { border-color: #58586E; }

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

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