#5D7672

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

Shades of William #5D7672

Tints of William #5D7672

Color information

#5D7672 (or 0x5D7672) is unknown color: approx William. HEX triplet: 5D, 76 and 72. RGB value is (93,118,114). Sum of RGB (Red+Green+Blue) = 93+118+114=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7672 is #A2898D. Grayscale: #6E6E6E. Windows color (decimal): -10652046 or 7501405. OLE color: 7501405.

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

Color convert

RGB93118114-
CMYK0.2100.030.54
HSL170.4º11.85%41.37%-
HSV(B)170.4º21.19%46.27%-
XYZ14.0316.518.36-
YUV110.07130.22115.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.62%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=28.62%
G=36.31%
B=35.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal931181140.2100.030.54170.411.8541.37
Hex5D7672150336aac29
Octal1351661622503662521451
Binary10111011110110111001010101011110110101010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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