#585E7E

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

Shades of Comet #585E7E

Tints of Comet #585E7E

Color information

#585E7E (or 0x585E7E) is unknown color: approx Comet. HEX triplet: 58, 5E and 7E. RGB value is (88,94,126). Sum of RGB (Red+Green+Blue) = 88+94+126=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #585E7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E7E is #A7A181. Grayscale: #5F5F5F. Windows color (decimal): -10985858 or 8281688. OLE color: 8281688.

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

Color convert

RGB8894126-
CMYK0.300.2500.51
HSL230.53º17.76%41.96%-
HSV(B)230.53º30.16%49.41%-
XYZ11.7911.5921.35-
YUV95.85145.01122.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=28.57%
G=30.52%
B=40.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88941260.300.2500.51230.5317.7641.96
Hex585E7E1E19033e7122a
Octal13013617636310633472252
Binary101100010111101111110111101100101100111110011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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