Shades of William #5F7875
Tints of William #5F7875
RGB
CMYK
RGB Variations
Color information
#5F7875 (or 0x5F7875) is known color: William. HEX triplet: 5F, 78 and 75. RGB value is (95,120,117). Sum of RGB (Red+Green+Blue) = 95+120+117=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #5F7875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7875 is #A0878A. Grayscale: #707070. Windows color (decimal): -10520459 or 7698527. OLE color: 7698527.
HSL color Cylindrical-coordinate representation of color #5F7875: hue angle of 172.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F7875 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 120 | 117 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.53 |
| HSL | 172.8º | 0.12% | 0.42% | - |
| HSV(B) | 172.8º | 0.21% | 0.47% | - |
| XYZ | 14.65 | 17.15 | 19.37 | - |
| YUV | 112.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 117 | 0.21 | 0 | 0.02 | 0.53 | 172.8 | 0.12 | 0.42 |
| Hex | 5F | 78 | 75 | 15 | 0 | 2 | 35 | AD | C | 2A |
| Octal | 137 | 170 | 165 | 25 | 0 | 2 | 65 | 255 | 14 | 52 |
| Binary | 1011111 | 1111000 | 1110101 | 10101 | 0 | 10 | 110101 | 10101101 | 1100 | 101010 |
Color Harmonies of #5F7875
Complementary color
Monochromatic Colors of #5F7875
Black with #5F7875
Text Example
Text Example
White with #5F7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7875; }
p { color: rgb(95,120,117); }
H1.HeaderClassName
{
color: #5F7875;
}
.AnyTagClassName
{
color: #5F7875;
}
</style>
background-color css
<style>
a { background-color: #5F7875; }
a { background-color: rgb(95,120,117); }
div.DivClassName
{
background-color: #5F7875;
}
.BgClassName
{
background-color: #5F7875;
}
</style>
border-color css
<style>
span { border-color: #5F7875; }
span { border-color: rgb(95,120,117); }
td.TdClassName
{
border-color: #5F7875;
}
.TagClassName
{
border-color: #5F7875;
}
</style>