#5E627F

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

Shades of Comet #5E627F

Tints of Comet #5E627F

Color information

#5E627F (or 0x5E627F) is unknown color: approx Comet. HEX triplet: 5E, 62 and 7F. RGB value is (94,98,127). Sum of RGB (Red+Green+Blue) = 94+98+127=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E627F is #A19D80. Grayscale: #636363. Windows color (decimal): -10591617 or 8348254. OLE color: 8348254.

HSL color Cylindrical-coordinate representation of color #5E627F: hue angle of 232.73º 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 #5E627F is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9498127-
CMYK0.260.2300.50
HSL232.73º14.93%43.33%-
HSV(B)232.73º25.98%49.8%-
XYZ12.8112.6521.84-
YUV100.11143.17123.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.47%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 127 (50% from 255) = 39.81%
R=29.47%
G=30.72%
B=39.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94981270.260.2300.50232.7314.9343.33
Hex5E627F1A17032e9f2b
Octal13614217732270623511753
Binary10111101100010111111111010101110110010111010011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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