Shades of William #536A65
Tints of William #536A65
RGB
CMYK
RGB Variations
Color information
#536A65 (or 0x536A65) is known color: William. HEX triplet: 53, 6A and 65. RGB value is (83,106,101). Sum of RGB (Red+Green+Blue) = 83+106+101=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 106 - color contains mainly: green. Hex color #536A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A65 is #AC959A. Grayscale: #626262. Windows color (decimal): -11310491 or 6646355. OLE color: 6646355.
HSL color Cylindrical-coordinate representation of color #536A65: hue angle of 166.96º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536A65 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 106 | 101 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.58 |
| HSL | 166.96º | 0.12% | 0.37% | - |
| HSV(B) | 166.96º | 0.22% | 0.42% | - |
| XYZ | 11.07 | 13.09 | 14.25 | - |
| YUV | 98.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 101 | 0.22 | 0 | 0.05 | 0.58 | 166.96 | 0.12 | 0.37 |
| Hex | 53 | 6A | 65 | 16 | 0 | 5 | 3A | A7 | C | 25 |
| Octal | 123 | 152 | 145 | 26 | 0 | 5 | 72 | 247 | 14 | 45 |
| Binary | 1010011 | 1101010 | 1100101 | 10110 | 0 | 101 | 111010 | 10100111 | 1100 | 100101 |
Color Harmonies of #536A65
Complementary color
Monochromatic Colors of #536A65
Black with #536A65
Text Example
Text Example
White with #536A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A65; }
p { color: rgb(83,106,101); }
H1.HeaderClassName
{
color: #536A65;
}
.AnyTagClassName
{
color: #536A65;
}
</style>
background-color css
<style>
a { background-color: #536A65; }
a { background-color: rgb(83,106,101); }
div.DivClassName
{
background-color: #536A65;
}
.BgClassName
{
background-color: #536A65;
}
</style>
border-color css
<style>
span { border-color: #536A65; }
span { border-color: rgb(83,106,101); }
td.TdClassName
{
border-color: #536A65;
}
.TagClassName
{
border-color: #536A65;
}
</style>