#5C607C

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

Shades of Comet #5C607C

Tints of Comet #5C607C

Color information

#5C607C (or 0x5C607C) is unknown color: approx Comet. HEX triplet: 5C, 60 and 7C. RGB value is (92,96,124). Sum of RGB (Red+Green+Blue) = 92+96+124=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C607C is #A39F83. Grayscale: #616161. Windows color (decimal): -10723204 or 8151132. OLE color: 8151132.

HSL color Cylindrical-coordinate representation of color #5C607C: hue angle of 232.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C607C is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9296124-
CMYK0.260.2300.51
HSL232.5º14.81%42.35%-
HSV(B)232.5º25.81%48.63%-
XYZ12.2312.120.76-
YUV98142.67123.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.49%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=29.49%
G=30.77%
B=39.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92961240.260.2300.51232.514.8142.35
Hex5C607C1A17033e8f2a
Octal13414017432270633501752
Binary10111001100000111110011010101110110011111010001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,96,124); }

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

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

 a { background-color: rgb(92,96,124); }

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

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

 span { border-color: rgb(92,96,124); }

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