#5E5B7C

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

Shades of Comet #5E5B7C

Tints of Comet #5E5B7C

Color information

#5E5B7C (or 0x5E5B7C) is unknown color: approx Comet. HEX triplet: 5E, 5B and 7C. RGB value is (94,91,124). Sum of RGB (Red+Green+Blue) = 94+91+124=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E5B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5B7C is #A1A483. Grayscale: #5F5F5F. Windows color (decimal): -10593412 or 8149854. OLE color: 8149854.

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

Color convert

RGB9491124-
CMYK0.240.2700.51
HSL245.45º15.35%42.16%-
HSV(B)245.45º26.61%48.63%-
XYZ1211.3220.62-
YUV95.66143.99126.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.42%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=30.42%
G=29.45%
B=40.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94911240.240.2700.51245.4515.3542.16
Hex5E5B7C181B033f5f2a
Octal13613317430330633651752
Binary10111101011011111110011000110110110011111101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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