#5D6178

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

Shades of Comet #5D6178

Tints of Comet #5D6178

Color information

#5D6178 (or 0x5D6178) is unknown color: approx Comet. HEX triplet: 5D, 61 and 78. RGB value is (93,97,120). Sum of RGB (Red+Green+Blue) = 93+97+120=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D6178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6178 is #A29E87. Grayscale: #626262. Windows color (decimal): -10657416 or 7889245. OLE color: 7889245.

HSL color Cylindrical-coordinate representation of color #5D6178: hue angle of 231.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D6178 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9397120-
CMYK0.220.1900.53
HSL231.11º12.68%41.76%-
HSV(B)231.11º22.5%47.06%-
XYZ12.1812.2319.49-
YUV98.43140.17124.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=30%
G=31.29%
B=38.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93971200.220.1900.53231.1112.6841.76
Hex5D61781613035e7d2a
Octal13514117026230653471552
Binary10111011100001111100010110100110110101111001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,97,120); }

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

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

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

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

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

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

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