#5E6385

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

Shades of Comet #5E6385

Tints of Comet #5E6385

Color information

#5E6385 (or 0x5E6385) is unknown color: approx Comet. HEX triplet: 5E, 63 and 85. RGB value is (94,99,133). Sum of RGB (Red+Green+Blue) = 94+99+133=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E6385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6385 is #A19C7A. Grayscale: #656565. Windows color (decimal): -10591355 or 8741726. OLE color: 8741726.

HSL color Cylindrical-coordinate representation of color #5E6385: hue angle of 232.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6385 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9499133-
CMYK0.290.2600.48
HSL232.31º17.18%44.51%-
HSV(B)232.31º29.32%52.16%-
XYZ13.311324-
YUV101.38145.84122.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.83%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=28.83%
G=30.37%
B=40.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94991330.290.2600.48232.3117.1844.51
Hex5E63851D1A030e8112d
Octal13614320535320603502155
Binary1011110110001110000101111011101001100001110100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,99,133); }

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

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

 a { background-color: rgb(94,99,133); }

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

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

 span { border-color: rgb(94,99,133); }

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