#5C606E

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

Shades of Comet #5C606E

Tints of Comet #5C606E

Color information

#5C606E (or 0x5C606E) is unknown color: approx Comet. HEX triplet: 5C, 60 and 6E. RGB value is (92,96,110). Sum of RGB (Red+Green+Blue) = 92+96+110=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C606E is #A39F91. Grayscale: #606060. Windows color (decimal): -10723218 or 7233628. OLE color: 7233628.

HSL color Cylindrical-coordinate representation of color #5C606E: hue angle of 226.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C606E is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9296110-
CMYK0.160.1300.57
HSL226.67º8.91%39.61%-
HSV(B)226.67º16.36%43.14%-
XYZ11.4111.7716.42-
YUV96.4135.67124.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.87%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=30.87%
G=32.21%
B=36.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92961100.160.1300.57226.678.9139.61
Hex5C606E10D039e3928
Octal13414015620150713431150
Binary1011100110000011011101000011010111001111000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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