#5D5D63

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

Shades of Comet #5D5D63

Tints of Comet #5D5D63

Color information

#5D5D63 (or 0x5D5D63) is unknown color: approx Comet. HEX triplet: 5D, 5D and 63. RGB value is (93,93,99). Sum of RGB (Red+Green+Blue) = 93+93+99=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D5D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5D63 is #A2A29C. Grayscale: #5D5D5D. Windows color (decimal): -10658461 or 6511965. OLE color: 6511965.

HSL color Cylindrical-coordinate representation of color #5D5D63: hue angle of 240º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D5D63 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB939399-
CMYK0.060.0600.61
HSL240º3.12%37.65%-
HSV(B)240º6.06%38.82%-
XYZ10.6811.0613.38-
YUV93.68131127.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=32.63%
G=32.63%
B=34.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9393990.060.0600.612403.1237.65
Hex5D5D636603Df0326
Octal13513514366075360346
Binary10111011011101110001111011001111011111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,93,99); }

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

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

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

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

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

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

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