#5E6073

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

Shades of Comet #5E6073

Tints of Comet #5E6073

Color information

#5E6073 (or 0x5E6073) is unknown color: approx Comet. HEX triplet: 5E, 60 and 73. RGB value is (94,96,115). Sum of RGB (Red+Green+Blue) = 94+96+115=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E6073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6073 is #A19F8C. Grayscale: #616161. Windows color (decimal): -10592141 or 7561310. OLE color: 7561310.

HSL color Cylindrical-coordinate representation of color #5E6073: hue angle of 234.29º 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 #5E6073 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9496115-
CMYK0.180.1700.55
HSL234.29º10.05%40.98%-
HSV(B)234.29º18.26%45.1%-
XYZ11.8911.9817.91-
YUV97.57137.84125.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.82%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=30.82%
G=31.48%
B=37.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94961150.180.1700.55234.2910.0540.98
Hex5E60731211037eaa29
Octal13614016322210673521251
Binary10111101100000111001110010100010110111111010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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