#5D7472

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

Shades of William #5D7472

Tints of William #5D7472

Color information

#5D7472 (or 0x5D7472) is unknown color: approx William. HEX triplet: 5D, 74 and 72. RGB value is (93,116,114). Sum of RGB (Red+Green+Blue) = 93+116+114=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7472 is #A28B8D. Grayscale: #6C6C6C. Windows color (decimal): -10652558 or 7500893. OLE color: 7500893.

HSL color Cylindrical-coordinate representation of color #5D7472: hue angle of 174.78º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5D7472 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB93116114-
CMYK0.2000.020.55
HSL174.78º11%40.98%-
HSV(B)174.78º19.83%45.49%-
XYZ13.816.0318.29-
YUV108.9130.88116.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=28.79%
G=35.91%
B=35.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal931161140.2000.020.55174.781140.98
Hex5D7472140237afb29
Octal1351641622402672571351
Binary10111011110100111001010100010110111101011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,116,114); }

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

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

 a { background-color: rgb(93,116,114); }

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

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

 span { border-color: rgb(93,116,114); }

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