Shades of William #5A6B67
Tints of William #5A6B67
RGB
CMYK
RGB Variations
Color information
#5A6B67 (or 0x5A6B67) is known color: William. HEX triplet: 5A, 6B and 67. RGB value is (90,107,103). Sum of RGB (Red+Green+Blue) = 90+107+103=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B67 is #A59498. Grayscale: #656565. Windows color (decimal): -10851481 or 6777690. OLE color: 6777690.
HSL color Cylindrical-coordinate representation of color #5A6B67: hue angle of 165.88º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A6B67 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 107 | 103 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.58 |
| HSL | 165.88º | 0.09% | 0.39% | - |
| HSV(B) | 165.88º | 0.16% | 0.42% | - |
| XYZ | 11.92 | 13.67 | 14.84 | - |
| YUV | 101.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 107 | 103 | 0.16 | 0 | 0.04 | 0.58 | 165.88 | 0.09 | 0.39 |
| Hex | 5A | 6B | 67 | 10 | 0 | 4 | 3A | A6 | 9 | 27 |
| Octal | 132 | 153 | 147 | 20 | 0 | 4 | 72 | 246 | 11 | 47 |
| Binary | 1011010 | 1101011 | 1100111 | 10000 | 0 | 100 | 111010 | 10100110 | 1001 | 100111 |
Color Harmonies of #5A6B67
Complementary color
Monochromatic Colors of #5A6B67
Black with #5A6B67
Text Example
Text Example
White with #5A6B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6B67; }
p { color: rgb(90,107,103); }
H1.HeaderClassName
{
color: #5A6B67;
}
.AnyTagClassName
{
color: #5A6B67;
}
</style>
background-color css
<style>
a { background-color: #5A6B67; }
a { background-color: rgb(90,107,103); }
div.DivClassName
{
background-color: #5A6B67;
}
.BgClassName
{
background-color: #5A6B67;
}
</style>
border-color css
<style>
span { border-color: #5A6B67; }
span { border-color: rgb(90,107,103); }
td.TdClassName
{
border-color: #5A6B67;
}
.TagClassName
{
border-color: #5A6B67;
}
</style>