#5C7460

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

Shades of Como #5C7460

Tints of Como #5C7460

Color information

#5C7460 (or 0x5C7460) is unknown color: approx Como. HEX triplet: 5C, 74 and 60. RGB value is (92,116,96). Sum of RGB (Red+Green+Blue) = 92+116+96=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7460 is #A38B9F. Grayscale: #6A6A6A. Windows color (decimal): -10718112 or 6321244. OLE color: 6321244.

HSL color Cylindrical-coordinate representation of color #5C7460: hue angle of 130º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C7460 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB9211696-
CMYK0.2100.170.55
HSL130º11.54%40.78%-
HSV(B)130º20.69%45.49%-
XYZ12.7715.6113.41-
YUV106.54122.05117.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.26%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 96 (37.89% from 255) = 31.58%
R=30.26%
G=38.16%
B=31.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92116960.2100.170.5513011.5440.78
Hex5C7460150113782c29
Octal13416414025021672021451
Binary10111001110100110000010101010001110111100000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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