#5D5A76

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

Shades of Comet #5D5A76

Tints of Comet #5D5A76

Color information

#5D5A76 (or 0x5D5A76) is unknown color: approx Comet. HEX triplet: 5D, 5A and 76. RGB value is (93,90,118). Sum of RGB (Red+Green+Blue) = 93+90+118=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D5A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5A76 is #A2A589. Grayscale: #5D5D5D. Windows color (decimal): -10659210 or 7756381. OLE color: 7756381.

HSL color Cylindrical-coordinate representation of color #5D5A76: hue angle of 246.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D5A76 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9390118-
CMYK0.210.2400.54
HSL246.43º13.46%40.78%-
HSV(B)246.43º23.73%46.27%-
XYZ11.4410.9518.65-
YUV94.09141.49127.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.90%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=30.90%
G=29.90%
B=39.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93901180.210.2400.54246.4313.4640.78
Hex5D5A761518036f6d29
Octal13513216625300663661551
Binary10111011011010111011010101110000110110111101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,90,118); }

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

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

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

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

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

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

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