#5E5F7C

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

Shades of Comet #5E5F7C

Tints of Comet #5E5F7C

Color information

#5E5F7C (or 0x5E5F7C) is unknown color: approx Comet. HEX triplet: 5E, 5F and 7C. RGB value is (94,95,124). Sum of RGB (Red+Green+Blue) = 94+95+124=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E5F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5F7C is #A1A083. Grayscale: #616161. Windows color (decimal): -10592388 or 8150878. OLE color: 8150878.

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

Color convert

RGB9495124-
CMYK0.240.2300.51
HSL238º13.76%42.75%-
HSV(B)238º24.19%48.63%-
XYZ12.3512.0220.74-
YUV98.01142.67125.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.03%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=30.03%
G=30.35%
B=39.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94951240.240.2300.5123813.7642.75
Hex5E5F7C1817033eee2b
Octal13613717430270633561653
Binary10111101011111111110011000101110110011111011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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