#5E6375

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

Shades of Comet #5E6375

Tints of Comet #5E6375

Color information

#5E6375 (or 0x5E6375) is unknown color: approx Comet. HEX triplet: 5E, 63 and 75. RGB value is (94,99,117). Sum of RGB (Red+Green+Blue) = 94+99+117=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E6375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6375 is #A19C8A. Grayscale: #636363. Windows color (decimal): -10591371 or 7693150. OLE color: 7693150.

HSL color Cylindrical-coordinate representation of color #5E6375: hue angle of 226.96º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E6375 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9499117-
CMYK0.200.1500.54
HSL226.96º10.9%41.37%-
HSV(B)226.96º19.66%45.88%-
XYZ12.2912.5918.61-
YUV99.56137.84124.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.32%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=30.32%
G=31.94%
B=37.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94991170.200.1500.54226.9610.941.37
Hex5E637514F036e3b29
Octal13614316524170663431351
Binary1011110110001111101011010011110110110111000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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