#5C5D75

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

Shades of Comet #5C5D75

Tints of Comet #5C5D75

Color information

#5C5D75 (or 0x5C5D75) is unknown color: approx Comet. HEX triplet: 5C, 5D and 75. RGB value is (92,93,117). Sum of RGB (Red+Green+Blue) = 92+93+117=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C5D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5D75 is #A3A28A. Grayscale: #5F5F5F. Windows color (decimal): -10723979 or 7691612. OLE color: 7691612.

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

Color convert

RGB9293117-
CMYK0.210.2100.54
HSL237.6º11.96%40.98%-
HSV(B)237.6º21.37%45.88%-
XYZ11.5411.3918.42-
YUV95.44140.17125.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.46%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=30.46%
G=30.79%
B=38.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92931170.210.2100.54237.611.9640.98
Hex5C5D751515036eec29
Octal13413516525250663561451
Binary10111001011101111010110101101010110110111011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,93,117); }

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

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

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

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

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

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

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