#585679

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

Shades of Comet #585679

Tints of Comet #585679

Color information

#585679 (or 0x585679) is unknown color: approx Comet. HEX triplet: 58, 56 and 79. RGB value is (88,86,121). Sum of RGB (Red+Green+Blue) = 88+86+121=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #585679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585679 is #A7A986. Grayscale: #5A5A5A. Windows color (decimal): -10987911 or 7951960. OLE color: 7951960.

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

Color convert

RGB8886121-
CMYK0.270.2900.53
HSL243.43º16.91%40.59%-
HSV(B)243.43º28.93%47.45%-
XYZ10.810.1119.47-
YUV90.59145.16126.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=29.83%
G=29.15%
B=41.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88861210.270.2900.53243.4316.9140.59
Hex5856791B1D035f31129
Octal13012617133350653632151
Binary101100010101101111001110111110101101011111001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585679; }

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

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

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

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

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

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

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

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