#5B587C

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

Shades of Comet #5B587C

Tints of Comet #5B587C

Color information

#5B587C (or 0x5B587C) is unknown color: approx Comet. HEX triplet: 5B, 58 and 7C. RGB value is (91,88,124). Sum of RGB (Red+Green+Blue) = 91+88+124=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B587C is #A4A783. Grayscale: #5C5C5C. Windows color (decimal): -10790788 or 8149083. OLE color: 8149083.

HSL color Cylindrical-coordinate representation of color #5B587C: hue angle of 245º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B587C is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9188124-
CMYK0.270.2900.51
HSL245º16.98%41.57%-
HSV(B)245º29.03%48.63%-
XYZ11.4410.6620.52-
YUV93145.49126.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.03%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=30.03%
G=29.04%
B=40.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91881240.270.2900.5124516.9841.57
Hex5B587C1B1D033f5112a
Octal13313017433350633652152
Binary101101110110001111100110111110101100111111010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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