#5C5B76

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

Shades of Comet #5C5B76

Tints of Comet #5C5B76

Color information

#5C5B76 (or 0x5C5B76) is unknown color: approx Comet. HEX triplet: 5C, 5B and 76. RGB value is (92,91,118). Sum of RGB (Red+Green+Blue) = 92+91+118=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 91 (35.94% from 255 or 30.23% 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 #5C5B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5B76 is #A3A489. Grayscale: #5E5E5E. Windows color (decimal): -10724490 or 7756636. OLE color: 7756636.

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

Color convert

RGB9291118-
CMYK0.220.2300.54
HSL242.22º12.92%40.98%-
HSV(B)242.22º22.88%46.27%-
XYZ11.4211.0718.67-
YUV94.38141.33126.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.56%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=30.56%
G=30.23%
B=39.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92911180.220.2300.54242.2212.9240.98
Hex5C5B761617036f2d29
Octal13413316626270663621551
Binary10111001011011111011010110101110110110111100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,91,118); }

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

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

 a { background-color: rgb(92,91,118); }

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

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

 span { border-color: rgb(92,91,118); }

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