#5E6273

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

Shades of Comet #5E6273

Tints of Comet #5E6273

Color information

#5E6273 (or 0x5E6273) is unknown color: approx Comet. HEX triplet: 5E, 62 and 73. RGB value is (94,98,115). Sum of RGB (Red+Green+Blue) = 94+98+115=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6273 is #A19D8C. Grayscale: #626262. Windows color (decimal): -10591629 or 7561822. OLE color: 7561822.

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

Color convert

RGB9498115-
CMYK0.180.1500.55
HSL228.57º10.05%40.98%-
HSV(B)228.57º18.26%45.1%-
XYZ12.0812.3517.97-
YUV98.74137.17124.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.62%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=30.62%
G=31.92%
B=37.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94981150.180.1500.55228.5710.0540.98
Hex5E627312F037e5a29
Octal13614216322170673451251
Binary1011110110001011100111001011110110111111001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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