Shades of Shakespeare #659CAB
Tints of Shakespeare #659CAB
RGB
CMYK
RGB Variations
Color information
#659CAB (or 0x659CAB) is known color: Shakespeare. HEX triplet: 65, 9C and AB. RGB value is (101,156,171). Sum of RGB (Red+Green+Blue) = 101+156+171=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #659CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659CAB is #9A6354. Grayscale: #8D8D8D. Windows color (decimal): -10117973 or 11246693. OLE color: 11246693.
HSL color Cylindrical-coordinate representation of color #659CAB: hue angle of 192.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #659CAB is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 156 | 171 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.33 |
| HSL | 192.86º | 0.29% | 0.53% | - |
| HSV(B) | 192.86º | 0.41% | 0.67% | - |
| XYZ | 24.61 | 29.48 | 42.92 | - |
| YUV | 141.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 171 | 0.41 | 0.09 | 0 | 0.33 | 192.86 | 0.29 | 0.53 |
| Hex | 65 | 9C | AB | 29 | 9 | 0 | 21 | C1 | 1D | 35 |
| Octal | 145 | 234 | 253 | 51 | 11 | 0 | 41 | 301 | 35 | 65 |
| Binary | 1100101 | 10011100 | 10101011 | 101001 | 1001 | 0 | 100001 | 11000001 | 11101 | 110101 |
Color Harmonies of #659CAB
Complementary color
Monochromatic Colors of #659CAB
Black with #659CAB
Text Example
Text Example
White with #659CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659CAB; }
p { color: rgb(101,156,171); }
H1.HeaderClassName
{
color: #659CAB;
}
.AnyTagClassName
{
color: #659CAB;
}
</style>
background-color css
<style>
a { background-color: #659CAB; }
a { background-color: rgb(101,156,171); }
div.DivClassName
{
background-color: #659CAB;
}
.BgClassName
{
background-color: #659CAB;
}
</style>
border-color css
<style>
span { border-color: #659CAB; }
span { border-color: rgb(101,156,171); }
td.TdClassName
{
border-color: #659CAB;
}
.TagClassName
{
border-color: #659CAB;
}
</style>