#5E6289

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

Shades of Comet #5E6289

Tints of Comet #5E6289

Color information

#5E6289 (or 0x5E6289) is unknown color: approx Comet. HEX triplet: 5E, 62 and 89. RGB value is (94,98,137). Sum of RGB (Red+Green+Blue) = 94+98+137=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6289 is #A19D76. Grayscale: #656565. Windows color (decimal): -10591607 or 9003614. OLE color: 9003614.

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

Color convert

RGB9498137-
CMYK0.310.2800.46
HSL234.42º18.61%45.29%-
HSV(B)234.42º31.39%53.73%-
XYZ13.512.9225.45-
YUV101.25148.17122.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=28.57%
G=29.79%
B=41.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94981370.310.2800.46234.4218.6145.29
Hex5E62891F1C02Eea132d
Octal13614221137340563522355
Binary1011110110001010001001111111110001011101110101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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