#585E7C

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

Shades of Comet #585E7C

Tints of Comet #585E7C

Color information

#585E7C (or 0x585E7C) is unknown color: approx Comet. HEX triplet: 58, 5E and 7C. RGB value is (88,94,124). Sum of RGB (Red+Green+Blue) = 88+94+124=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #585E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E7C is #A7A183. Grayscale: #5F5F5F. Windows color (decimal): -10985860 or 8150616. OLE color: 8150616.

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

Color convert

RGB8894124-
CMYK0.290.2400.51
HSL230º16.98%41.57%-
HSV(B)230º29.03%48.63%-
XYZ11.6711.5420.68-
YUV95.63144.01122.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=28.76%
G=30.72%
B=40.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88941240.290.2400.5123016.9841.57
Hex585E7C1D18033e6112a
Octal13013617435300633462152
Binary101100010111101111100111011100001100111110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,94,124); }

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

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

 a { background-color: rgb(88,94,124); }

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

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

 span { border-color: rgb(88,94,124); }

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