#5E5D89

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

Shades of Comet #5E5D89

Tints of Comet #5E5D89

Color information

#5E5D89 (or 0x5E5D89) is unknown color: approx Comet. HEX triplet: 5E, 5D and 89. RGB value is (94,93,137). Sum of RGB (Red+Green+Blue) = 94+93+137=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E5D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5D89 is #A1A276. Grayscale: #626262. Windows color (decimal): -10592887 or 9002334. OLE color: 9002334.

HSL color Cylindrical-coordinate representation of color #5E5D89: hue angle of 241.36º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E5D89 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9493137-
CMYK0.310.3200.46
HSL241.36º19.13%45.1%-
HSV(B)241.36º32.12%53.73%-
XYZ13.0512.0125.3-
YUV98.31149.83124.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=29.01%
G=28.70%
B=42.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94931370.310.3200.46241.3619.1345.1
Hex5E5D891F2002Ef1132d
Octal13613521137400563612355
Binary10111101011101100010011111110000001011101111000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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