#5E6373

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

Shades of Comet #5E6373

Tints of Comet #5E6373

Color information

#5E6373 (or 0x5E6373) is unknown color: approx Comet. HEX triplet: 5E, 63 and 73. RGB value is (94,99,115). Sum of RGB (Red+Green+Blue) = 94+99+115=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6373 is #A19C8C. Grayscale: #636363. Windows color (decimal): -10591373 or 7562078. OLE color: 7562078.

HSL color Cylindrical-coordinate representation of color #5E6373: hue angle of 225.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E6373 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9499115-
CMYK0.180.1400.55
HSL225.71º10.05%40.98%-
HSV(B)225.71º18.26%45.1%-
XYZ12.1712.5418-
YUV99.33136.84124.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.52%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=30.52%
G=32.14%
B=37.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94991150.180.1400.55225.7110.0540.98
Hex5E637312E037e2a29
Octal13614316322160673421251
Binary1011110110001111100111001011100110111111000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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