#5C606F

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

Shades of Comet #5C606F

Tints of Comet #5C606F

Color information

#5C606F (or 0x5C606F) is unknown color: approx Comet. HEX triplet: 5C, 60 and 6F. RGB value is (92,96,111). Sum of RGB (Red+Green+Blue) = 92+96+111=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C606F is #A39F90. Grayscale: #606060. Windows color (decimal): -10723217 or 7299164. OLE color: 7299164.

HSL color Cylindrical-coordinate representation of color #5C606F: hue angle of 227.37º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C606F is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9296111-
CMYK0.170.1400.56
HSL227.37º9.36%39.8%-
HSV(B)227.37º17.12%43.53%-
XYZ11.4711.7916.71-
YUV96.51136.17124.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.77%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=30.77%
G=32.11%
B=37.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92961110.170.1400.56227.379.3639.8
Hex5C606F11E038e3928
Octal13414015721160703431150
Binary1011100110000011011111000111100111000111000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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