#585773

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

Shades of Comet #585773

Tints of Comet #585773

Color information

#585773 (or 0x585773) is unknown color: approx Comet. HEX triplet: 58, 57 and 73. RGB value is (88,87,115). Sum of RGB (Red+Green+Blue) = 88+87+115=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #585773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585773 is #A7A88C. Grayscale: #5A5A5A. Windows color (decimal): -10987661 or 7559000. OLE color: 7559000.

HSL color Cylindrical-coordinate representation of color #585773: hue angle of 242.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #585773 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8887115-
CMYK0.230.2400.55
HSL242.14º13.86%39.61%-
HSV(B)242.14º24.35%45.1%-
XYZ10.5310.1317.62-
YUV90.49141.83126.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.34%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=30.34%
G=30%
B=39.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88871150.230.2400.55242.1413.8639.61
Hex5857731718037f2e28
Octal13012716327300673621650
Binary10110001010111111001110111110000110111111100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585773; }

 p { color: rgb(88,87,115); }

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

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

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

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

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

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

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