#585B7A

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

Shades of Comet #585B7A

Tints of Comet #585B7A

Color information

#585B7A (or 0x585B7A) is unknown color: approx Comet. HEX triplet: 58, 5B and 7A. RGB value is (88,91,122). Sum of RGB (Red+Green+Blue) = 88+91+122=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #585B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B7A is #A7A485. Grayscale: #5D5D5D. Windows color (decimal): -10986630 or 8018776. OLE color: 8018776.

HSL color Cylindrical-coordinate representation of color #585B7A: hue angle of 234.71º 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 #585B7A is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8891122-
CMYK0.280.2500.52
HSL234.71º16.19%41.18%-
HSV(B)234.71º27.87%47.84%-
XYZ11.2810.9619.93-
YUV93.64144.01123.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=29.24%
G=30.23%
B=40.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88911220.280.2500.52234.7116.1941.18
Hex585B7A1C19034eb1029
Octal13013317234310643532051
Binary101100010110111111010111001100101101001110101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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