#5E6381

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

Shades of Comet #5E6381

Tints of Comet #5E6381

Color information

#5E6381 (or 0x5E6381) is unknown color: approx Comet. HEX triplet: 5E, 63 and 81. RGB value is (94,99,129). Sum of RGB (Red+Green+Blue) = 94+99+129=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E6381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6381 is #A19C7E. Grayscale: #646464. Windows color (decimal): -10591359 or 8479582. OLE color: 8479582.

HSL color Cylindrical-coordinate representation of color #5E6381: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E6381 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9499129-
CMYK0.270.2300.49
HSL231.43º15.7%43.73%-
HSV(B)231.43º27.13%50.59%-
XYZ13.0412.8922.57-
YUV100.92143.84123.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.19%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=29.19%
G=30.75%
B=40.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94991290.270.2300.49231.4315.743.73
Hex5E63811B17031e7102c
Octal13614320133270613472054
Binary1011110110001110000001110111011101100011110011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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