Shades of William #567A74
Tints of William #567A74
RGB
CMYK
RGB Variations
Color information
#567A74 (or 0x567A74) is known color: William. HEX triplet: 56, 7A and 74. RGB value is (86,122,116). Sum of RGB (Red+Green+Blue) = 86+122+116=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 122 - color contains mainly: green. Hex color #567A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A74 is #A9858B. Grayscale: #6E6E6E. Windows color (decimal): -11109772 or 7633494. OLE color: 7633494.
HSL color Cylindrical-coordinate representation of color #567A74: hue angle of 170º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567A74 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 122 | 116 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.52 |
| HSL | 170º | 0.17% | 0.41% | - |
| HSV(B) | 170º | 0.3% | 0.48% | - |
| XYZ | 13.95 | 17.16 | 19.1 | - |
| YUV | 110.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 116 | 0.30 | 0 | 0.05 | 0.52 | 170 | 0.17 | 0.41 |
| Hex | 56 | 7A | 74 | 1E | 0 | 5 | 34 | AA | 11 | 29 |
| Octal | 126 | 172 | 164 | 36 | 0 | 5 | 64 | 252 | 21 | 51 |
| Binary | 1010110 | 1111010 | 1110100 | 11110 | 0 | 101 | 110100 | 10101010 | 10001 | 101001 |
Color Harmonies of #567A74
Complementary color
Monochromatic Colors of #567A74
Black with #567A74
Text Example
Text Example
White with #567A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A74; }
p { color: rgb(86,122,116); }
H1.HeaderClassName
{
color: #567A74;
}
.AnyTagClassName
{
color: #567A74;
}
</style>
background-color css
<style>
a { background-color: #567A74; }
a { background-color: rgb(86,122,116); }
div.DivClassName
{
background-color: #567A74;
}
.BgClassName
{
background-color: #567A74;
}
</style>
border-color css
<style>
span { border-color: #567A74; }
span { border-color: rgb(86,122,116); }
td.TdClassName
{
border-color: #567A74;
}
.TagClassName
{
border-color: #567A74;
}
</style>