#5C746E

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

Shades of William #5C746E

Tints of William #5C746E

Color information

#5C746E (or 0x5C746E) is unknown color: approx William. HEX triplet: 5C, 74 and 6E. RGB value is (92,116,110). Sum of RGB (Red+Green+Blue) = 92+116+110=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #5C746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C746E is #A38B91. Grayscale: #6C6C6C. Windows color (decimal): -10718098 or 7238748. OLE color: 7238748.

HSL color Cylindrical-coordinate representation of color #5C746E: hue angle of 165º 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 #5C746E is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB92116110-
CMYK0.2100.050.55
HSL165º11.54%40.78%-
HSV(B)165º20.69%45.49%-
XYZ13.4715.8917.11-
YUV108.14129.05116.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.93%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=28.93%
G=36.48%
B=34.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal921161100.2100.050.5516511.5440.78
Hex5C746E150537a5c29
Octal1341641562505672451451
Binary101110011101001101110101010101110111101001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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