#585B73

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

Shades of Comet #585B73

Tints of Comet #585B73

Color information

#585B73 (or 0x585B73) is unknown color: approx Comet. HEX triplet: 58, 5B and 73. RGB value is (88,91,115). Sum of RGB (Red+Green+Blue) = 88+91+115=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #585B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B73 is #A7A48C. Grayscale: #5C5C5C. Windows color (decimal): -10986637 or 7560024. OLE color: 7560024.

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

Color convert

RGB8891115-
CMYK0.230.2100.55
HSL233.33º13.3%39.8%-
HSV(B)233.33º23.48%45.1%-
XYZ10.8610.7917.73-
YUV92.84140.51124.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=29.93%
G=30.95%
B=39.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88911150.230.2100.55233.3313.339.8
Hex585B731715037e9d28
Octal13013316327250673511550
Binary10110001011011111001110111101010110111111010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585B73; }

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

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

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

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

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

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

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

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