#585D7A

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

Shades of Comet #585D7A

Tints of Comet #585D7A

Color information

#585D7A (or 0x585D7A) is unknown color: approx Comet. HEX triplet: 58, 5D and 7A. RGB value is (88,93,122). Sum of RGB (Red+Green+Blue) = 88+93+122=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #585D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D7A is #A7A285. Grayscale: #5E5E5E. Windows color (decimal): -10986118 or 8019288. OLE color: 8019288.

HSL color Cylindrical-coordinate representation of color #585D7A: hue angle of 231.18º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585D7A is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8893122-
CMYK0.280.2400.52
HSL231.18º16.19%41.18%-
HSV(B)231.18º27.87%47.84%-
XYZ11.4511.3119.99-
YUV94.81143.34123.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.04%
GREEN value IS 93 (36.72% from 255) = 30.69%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=29.04%
G=30.69%
B=40.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88931220.280.2400.52231.1816.1941.18
Hex585D7A1C18034e71029
Octal13013517234300643472051
Binary101100010111011111010111001100001101001110011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,93,122); }

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

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

 a { background-color: rgb(88,93,122); }

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

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

 span { border-color: rgb(88,93,122); }

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