#5E6478

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

Shades of Comet #5E6478

Tints of Comet #5E6478

Color information

#5E6478 (or 0x5E6478) is unknown color: approx Comet. HEX triplet: 5E, 64 and 78. RGB value is (94,100,120). Sum of RGB (Red+Green+Blue) = 94+100+120=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E6478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6478 is #A19B87. Grayscale: #646464. Windows color (decimal): -10591112 or 7890014. OLE color: 7890014.

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

Color convert

RGB94100120-
CMYK0.220.1700.53
HSL226.15º12.15%41.96%-
HSV(B)226.15º21.67%47.06%-
XYZ12.5612.8519.59-
YUV100.49139.01123.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.94%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=29.94%
G=31.85%
B=38.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal941001200.220.1700.53226.1512.1541.96
Hex5E64781611035e2c2a
Octal13614417026210653421452
Binary10111101100100111100010110100010110101111000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,100,120); }

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

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

 a { background-color: rgb(94,100,120); }

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

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

 span { border-color: rgb(94,100,120); }

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