#5C7471

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

Shades of William #5C7471

Tints of William #5C7471

Color information

#5C7471 (or 0x5C7471) is unknown color: approx William. HEX triplet: 5C, 74 and 71. RGB value is (92,116,113). Sum of RGB (Red+Green+Blue) = 92+116+113=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7471 is #A38B8E. Grayscale: #6C6C6C. Windows color (decimal): -10718095 or 7435356. OLE color: 7435356.

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

Color convert

RGB92116113-
CMYK0.2100.030.55
HSL172.5º11.54%40.78%-
HSV(B)172.5º20.69%45.49%-
XYZ13.6415.9617.98-
YUV108.48130.55116.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=28.66%
G=36.14%
B=35.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal921161130.2100.030.55172.511.5440.78
Hex5C7471150337acc29
Octal1341641612503672541451
Binary10111001110100111000110101011110111101011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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