#585879

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

Shades of Comet #585879

Tints of Comet #585879

Color information

#585879 (or 0x585879) is unknown color: approx Comet. HEX triplet: 58, 58 and 79. RGB value is (88,88,121). Sum of RGB (Red+Green+Blue) = 88+88+121=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #585879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585879 is #A7A786. Grayscale: #5B5B5B. Windows color (decimal): -10987399 or 7952472. OLE color: 7952472.

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

Color convert

RGB8888121-
CMYK0.270.2700.53
HSL240º15.79%40.98%-
HSV(B)240º27.27%47.45%-
XYZ10.9710.4319.53-
YUV91.76144.5125.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=29.63%
G=29.63%
B=40.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88881210.270.2700.5324015.7940.98
Hex5858791B1B035f01029
Octal13013017133330653602051
Binary101100010110001111001110111101101101011111000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585879; }

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

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

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

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

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

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

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

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