#585B7D

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

Shades of Comet #585B7D

Tints of Comet #585B7D

Color information

#585B7D (or 0x585B7D) is unknown color: approx Comet. HEX triplet: 58, 5B and 7D. RGB value is (88,91,125). Sum of RGB (Red+Green+Blue) = 88+91+125=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #585B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B7D is #A7A482. Grayscale: #5D5D5D. Windows color (decimal): -10986627 or 8215384. OLE color: 8215384.

HSL color Cylindrical-coordinate representation of color #585B7D: hue angle of 235.14º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585B7D is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8891125-
CMYK0.300.2700.51
HSL235.14º17.37%41.76%-
HSV(B)235.14º29.6%49.02%-
XYZ11.4711.0420.93-
YUV93.98145.51123.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=28.95%
G=29.93%
B=41.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88911250.300.2700.51235.1417.3741.76
Hex585B7D1E1B033eb112a
Octal13013317536330633532152
Binary101100010110111111101111101101101100111110101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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