#5A587B

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

Shades of Comet #5A587B

Tints of Comet #5A587B

Color information

#5A587B (or 0x5A587B) is unknown color: approx Comet. HEX triplet: 5A, 58 and 7B. RGB value is (90,88,123). Sum of RGB (Red+Green+Blue) = 90+88+123=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A587B is #A5A784. Grayscale: #5C5C5C. Windows color (decimal): -10856325 or 8083546. OLE color: 8083546.

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

Color convert

RGB9088123-
CMYK0.270.2800.52
HSL243.43º16.59%41.37%-
HSV(B)243.43º28.46%48.24%-
XYZ11.2810.5820.19-
YUV92.59145.16126.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.90%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=29.90%
G=29.24%
B=40.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90881230.270.2800.52243.4316.5941.37
Hex5A587B1B1C034f31129
Octal13213017333340643632151
Binary101101010110001111011110111110001101001111001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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