#585578

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

Shades of Comet #585578

Tints of Comet #585578

Color information

#585578 (or 0x585578) is unknown color: approx Comet. HEX triplet: 58, 55 and 78. RGB value is (88,85,120). Sum of RGB (Red+Green+Blue) = 88+85+120=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #585578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585578 is #A7AA87. Grayscale: #595959. Windows color (decimal): -10988168 or 7886168. OLE color: 7886168.

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

Color convert

RGB8885120-
CMYK0.270.2900.53
HSL245.14º17.07%40.2%-
HSV(B)245.14º29.17%47.06%-
XYZ10.669.9319.12-
YUV89.89144.99126.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=30.03%
G=29.01%
B=40.96%

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
Decimal88851200.270.2900.53245.1417.0740.2
Hex5855781B1D035f51128
Octal13012517033350653652150
Binary101100010101011111000110111110101101011111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585578; }

 p { color: rgb(88,85,120); }

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

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

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

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

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

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

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