#58576E

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

Shades of Comet #58576E

Tints of Comet #58576E

Color information

#58576E (or 0x58576E) is unknown color: approx Comet. HEX triplet: 58, 57 and 6E. RGB value is (88,87,110). Sum of RGB (Red+Green+Blue) = 88+87+110=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #58576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58576E is #A7A891. Grayscale: #595959. Windows color (decimal): -10987666 or 7231320. OLE color: 7231320.

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

Color convert

RGB8887110-
CMYK0.20.2100.57
HSL242.61º11.68%38.63%-
HSV(B)242.61º20.91%43.14%-
XYZ10.2510.0216.15-
YUV89.92139.33126.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=30.88%
G=30.53%
B=38.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88871100.20.2100.57242.6111.6838.63
Hex58576E1415039f3c27
Octal13012715624250713631447
Binary10110001010111110111010100101010111001111100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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