Shades of William #5A7874
Tints of William #5A7874
RGB
CMYK
RGB Variations
Color information
#5A7874 (or 0x5A7874) is known color: William. HEX triplet: 5A, 78 and 74. RGB value is (90,120,116). Sum of RGB (Red+Green+Blue) = 90+120+116=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7874 is #A5878B. Grayscale: #6E6E6E. Windows color (decimal): -10848140 or 7632986. OLE color: 7632986.
HSL color Cylindrical-coordinate representation of color #5A7874: hue angle of 172º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A7874 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 116 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.53 |
| HSL | 172º | 0.14% | 0.41% | - |
| HSV(B) | 172º | 0.25% | 0.47% | - |
| XYZ | 14.09 | 16.87 | 19.04 | - |
| YUV | 110.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 116 | 0.25 | 0 | 0.03 | 0.53 | 172 | 0.14 | 0.41 |
| Hex | 5A | 78 | 74 | 19 | 0 | 3 | 35 | AC | E | 29 |
| Octal | 132 | 170 | 164 | 31 | 0 | 3 | 65 | 254 | 16 | 51 |
| Binary | 1011010 | 1111000 | 1110100 | 11001 | 0 | 11 | 110101 | 10101100 | 1110 | 101001 |
Color Harmonies of #5A7874
Complementary color
Monochromatic Colors of #5A7874
Black with #5A7874
Text Example
Text Example
White with #5A7874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7874; }
p { color: rgb(90,120,116); }
H1.HeaderClassName
{
color: #5A7874;
}
.AnyTagClassName
{
color: #5A7874;
}
</style>
background-color css
<style>
a { background-color: #5A7874; }
a { background-color: rgb(90,120,116); }
div.DivClassName
{
background-color: #5A7874;
}
.BgClassName
{
background-color: #5A7874;
}
</style>
border-color css
<style>
span { border-color: #5A7874; }
span { border-color: rgb(90,120,116); }
td.TdClassName
{
border-color: #5A7874;
}
.TagClassName
{
border-color: #5A7874;
}
</style>