#585977

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

Shades of Comet #585977

Tints of Comet #585977

Color information

#585977 (or 0x585977) is unknown color: approx Comet. HEX triplet: 58, 59 and 77. RGB value is (88,89,119). Sum of RGB (Red+Green+Blue) = 88+89+119=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #585977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585977 is #A7A688. Grayscale: #5C5C5C. Windows color (decimal): -10987145 or 7821656. OLE color: 7821656.

HSL color Cylindrical-coordinate representation of color #585977: hue angle of 238.06º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585977 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8889119-
CMYK0.260.2500.53
HSL238.06º14.98%40.59%-
HSV(B)238.06º26.05%46.67%-
XYZ10.9310.5518.91-
YUV92.12143.17125.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=29.73%
G=30.07%
B=40.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88891190.260.2500.53238.0614.9840.59
Hex5859771A19035eef29
Octal13013116732310653561751
Binary10110001011001111011111010110010110101111011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585977; }

 p { color: rgb(88,89,119); }

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

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

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

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

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

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

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