#5E607F

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

Shades of Comet #5E607F

Tints of Comet #5E607F

Color information

#5E607F (or 0x5E607F) is unknown color: approx Comet. HEX triplet: 5E, 60 and 7F. RGB value is (94,96,127). Sum of RGB (Red+Green+Blue) = 94+96+127=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E607F is #A19F80. Grayscale: #626262. Windows color (decimal): -10592129 or 8347742. OLE color: 8347742.

HSL color Cylindrical-coordinate representation of color #5E607F: hue angle of 236.36º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E607F is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9496127-
CMYK0.260.2400.50
HSL236.36º14.93%43.33%-
HSV(B)236.36º25.98%49.8%-
XYZ12.6312.2821.78-
YUV98.94143.84124.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.65%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 127 (50% from 255) = 40.06%
R=29.65%
G=30.28%
B=40.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94961270.260.2400.50236.3614.9343.33
Hex5E607F1A18032ecf2b
Octal13614017732300623541753
Binary10111101100000111111111010110000110010111011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,96,127); }

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

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

 a { background-color: rgb(94,96,127); }

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

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

 span { border-color: rgb(94,96,127); }

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