#5C5E7F

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

Shades of Comet #5C5E7F

Tints of Comet #5C5E7F

Color information

#5C5E7F (or 0x5C5E7F) is unknown color: approx Comet. HEX triplet: 5C, 5E and 7F. RGB value is (92,94,127). Sum of RGB (Red+Green+Blue) = 92+94+127=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C5E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5E7F is #A3A180. Grayscale: #616161. Windows color (decimal): -10723713 or 8347228. OLE color: 8347228.

HSL color Cylindrical-coordinate representation of color #5C5E7F: hue angle of 236.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C5E7F is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9294127-
CMYK0.280.2600.50
HSL236.57º15.98%42.94%-
HSV(B)236.57º27.56%49.8%-
XYZ12.2511.8121.71-
YUV97.16144.84124.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.39%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 127 (50% from 255) = 40.58%
R=29.39%
G=30.03%
B=40.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal92941270.280.2600.50236.5715.9842.94
Hex5C5E7F1C1A032ed102b
Octal13413617734320623552053
Binary101110010111101111111111001101001100101110110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,94,127); }

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

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

 a { background-color: rgb(92,94,127); }

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

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

 span { border-color: rgb(92,94,127); }

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