#585C7D

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

Shades of Comet #585C7D

Tints of Comet #585C7D

Color information

#585C7D (or 0x585C7D) is unknown color: approx Comet. HEX triplet: 58, 5C and 7D. RGB value is (88,92,125). Sum of RGB (Red+Green+Blue) = 88+92+125=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #585C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C7D is #A7A382. Grayscale: #5E5E5E. Windows color (decimal): -10986371 or 8215640. OLE color: 8215640.

HSL color Cylindrical-coordinate representation of color #585C7D: hue angle of 233.51º 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 #585C7D is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8892125-
CMYK0.300.2600.51
HSL233.51º17.37%41.76%-
HSV(B)233.51º29.6%49.02%-
XYZ11.5511.2120.96-
YUV94.57145.17123.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=28.85%
G=30.16%
B=40.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88921250.300.2600.51233.5117.3741.76
Hex585C7D1E1A033ea112a
Octal13013417536320633522152
Binary101100010111001111101111101101001100111110101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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