Shades of William #5D7874
Tints of William #5D7874
RGB
CMYK
RGB Variations
Color information
#5D7874 (or 0x5D7874) is known color: William. HEX triplet: 5D, 78 and 74. RGB value is (93,120,116). Sum of RGB (Red+Green+Blue) = 93+120+116=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7874 is #A2878B. Grayscale: #6F6F6F. Windows color (decimal): -10651532 or 7632989. OLE color: 7632989.
HSL color Cylindrical-coordinate representation of color #5D7874: hue angle of 171.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D7874 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 116 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.53 |
| HSL | 171.11º | 0.13% | 0.42% | - |
| HSV(B) | 171.11º | 0.23% | 0.47% | - |
| XYZ | 14.38 | 17.02 | 19.05 | - |
| YUV | 111.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 116 | 0.22 | 0 | 0.03 | 0.53 | 171.11 | 0.13 | 0.42 |
| Hex | 5D | 78 | 74 | 16 | 0 | 3 | 35 | AB | D | 2A |
| Octal | 135 | 170 | 164 | 26 | 0 | 3 | 65 | 253 | 15 | 52 |
| Binary | 1011101 | 1111000 | 1110100 | 10110 | 0 | 11 | 110101 | 10101011 | 1101 | 101010 |
Color Harmonies of #5D7874
Complementary color
Monochromatic Colors of #5D7874
Black with #5D7874
Text Example
Text Example
White with #5D7874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7874; }
p { color: rgb(93,120,116); }
H1.HeaderClassName
{
color: #5D7874;
}
.AnyTagClassName
{
color: #5D7874;
}
</style>
background-color css
<style>
a { background-color: #5D7874; }
a { background-color: rgb(93,120,116); }
div.DivClassName
{
background-color: #5D7874;
}
.BgClassName
{
background-color: #5D7874;
}
</style>
border-color css
<style>
span { border-color: #5D7874; }
span { border-color: rgb(93,120,116); }
td.TdClassName
{
border-color: #5D7874;
}
.TagClassName
{
border-color: #5D7874;
}
</style>