#585677

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

Shades of Comet #585677

Tints of Comet #585677

Color information

#585677 (or 0x585677) is unknown color: approx Comet. HEX triplet: 58, 56 and 77. RGB value is (88,86,119). Sum of RGB (Red+Green+Blue) = 88+86+119=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #585677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585677 is #A7A988. Grayscale: #5A5A5A. Windows color (decimal): -10987913 or 7820888. OLE color: 7820888.

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

Color convert

RGB8886119-
CMYK0.260.2800.53
HSL243.64º16.1%40.2%-
HSV(B)243.64º27.73%46.67%-
XYZ10.6810.0618.83-
YUV90.36144.16126.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=30.03%
G=29.35%
B=40.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88861190.260.2800.53243.6416.140.2
Hex5856771A1C035f41028
Octal13012616732340653642050
Binary101100010101101110111110101110001101011111010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585677; }

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

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

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

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

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

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

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

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