#5C5B78

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

Shades of Comet #5C5B78

Tints of Comet #5C5B78

Color information

#5C5B78 (or 0x5C5B78) is unknown color: approx Comet. HEX triplet: 5C, 5B and 78. RGB value is (92,91,120). Sum of RGB (Red+Green+Blue) = 92+91+120=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C5B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5B78 is #A3A487. Grayscale: #5E5E5E. Windows color (decimal): -10724488 or 7887708. OLE color: 7887708.

HSL color Cylindrical-coordinate representation of color #5C5B78: hue angle of 242.07º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C5B78 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9291120-
CMYK0.230.2400.53
HSL242.07º13.74%41.37%-
HSV(B)242.07º24.17%47.06%-
XYZ11.5411.1119.31-
YUV94.6142.33126.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.36%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=30.36%
G=30.03%
B=39.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92911200.230.2400.53242.0713.7441.37
Hex5C5B781718035f2e29
Octal13413317027300653621651
Binary10111001011011111100010111110000110101111100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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