#5A587A

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

Shades of Comet #5A587A

Tints of Comet #5A587A

Color information

#5A587A (or 0x5A587A) is unknown color: approx Comet. HEX triplet: 5A, 58 and 7A. RGB value is (90,88,122). Sum of RGB (Red+Green+Blue) = 90+88+122=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A587A is #A5A785. Grayscale: #5C5C5C. Windows color (decimal): -10856326 or 8018010. OLE color: 8018010.

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

Color convert

RGB9088122-
CMYK0.260.2800.52
HSL243.53º16.19%41.18%-
HSV(B)243.53º27.87%47.84%-
XYZ11.2210.5619.86-
YUV92.47144.66126.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=30%
G=29.33%
B=40.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90881220.260.2800.52243.5316.1941.18
Hex5A587A1A1C034f41029
Octal13213017232340643642051
Binary101101010110001111010110101110001101001111010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A587A; }

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

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

<style>
 a { background-color: #5A587A; }

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

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

<style>
 span { border-color: #5A587A; }

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

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