#58577E

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

Shades of Comet #58577E

Tints of Comet #58577E

Color information

#58577E (or 0x58577E) is unknown color: approx Comet. HEX triplet: 58, 57 and 7E. RGB value is (88,87,126). Sum of RGB (Red+Green+Blue) = 88+87+126=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #58577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58577E is #A7A881. Grayscale: #5B5B5B. Windows color (decimal): -10987650 or 8279896. OLE color: 8279896.

HSL color Cylindrical-coordinate representation of color #58577E: hue angle of 241.54º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58577E is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8887126-
CMYK0.300.3100.51
HSL241.54º18.31%41.76%-
HSV(B)241.54º30.95%49.41%-
XYZ11.210.421.16-
YUV91.74147.33125.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=29.24%
G=28.90%
B=41.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88871260.300.3100.51241.5418.3141.76
Hex58577E1E1F033f2122a
Octal13012717636370633622252
Binary101100010101111111110111101111101100111111001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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