#5E5D79

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

Shades of Comet #5E5D79

Tints of Comet #5E5D79

Color information

#5E5D79 (or 0x5E5D79) is unknown color: approx Comet. HEX triplet: 5E, 5D and 79. RGB value is (94,93,121). Sum of RGB (Red+Green+Blue) = 94+93+121=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E5D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5D79 is #A1A286. Grayscale: #606060. Windows color (decimal): -10592903 or 7953758. OLE color: 7953758.

HSL color Cylindrical-coordinate representation of color #5E5D79: hue angle of 242.14º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E5D79 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9493121-
CMYK0.220.2300.53
HSL242.14º13.08%41.96%-
HSV(B)242.14º23.14%47.45%-
XYZ11.9811.5919.69-
YUV96.49141.83126.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.52%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=30.52%
G=30.19%
B=39.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94931210.220.2300.53242.1413.0841.96
Hex5E5D791617035f2d2a
Octal13613517126270653621552
Binary10111101011101111100110110101110110101111100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,93,121); }

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

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

 a { background-color: rgb(94,93,121); }

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

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

 span { border-color: rgb(94,93,121); }

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