Shades of Shakespeare #5299BC
Tints of Shakespeare #5299BC
RGB
CMYK
RGB Variations
Color information
#5299BC (or 0x5299BC) is known color: Shakespeare. HEX triplet: 52, 99 and BC. RGB value is (82,153,188). Sum of RGB (Red+Green+Blue) = 82+153+188=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #5299BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299BC is #AD6643. Grayscale: #878787. Windows color (decimal): -11363908 or 12360018. OLE color: 12360018.
HSL color Cylindrical-coordinate representation of color #5299BC: hue angle of 199.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5299BC is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 153 | 188 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.26 |
| HSL | 199.81º | 0.44% | 0.53% | - |
| HSV(B) | 199.81º | 0.56% | 0.74% | - |
| XYZ | 23.95 | 28.21 | 51.76 | - |
| YUV | 135.76 | 157.48 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 188 | 0.56 | 0.19 | 0 | 0.26 | 199.81 | 0.44 | 0.53 |
| Hex | 52 | 99 | BC | 38 | 13 | 0 | 1A | C8 | 2C | 35 |
| Octal | 122 | 231 | 274 | 70 | 23 | 0 | 32 | 310 | 54 | 65 |
| Binary | 1010010 | 10011001 | 10111100 | 111000 | 10011 | 0 | 11010 | 11001000 | 101100 | 110101 |
Color Harmonies of #5299BC
Complementary color
Monochromatic Colors of #5299BC
Black with #5299BC
Text Example
Text Example
White with #5299BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5299BC; }
p { color: rgb(82,153,188); }
H1.HeaderClassName
{
color: #5299BC;
}
.AnyTagClassName
{
color: #5299BC;
}
</style>
background-color css
<style>
a { background-color: #5299BC; }
a { background-color: rgb(82,153,188); }
div.DivClassName
{
background-color: #5299BC;
}
.BgClassName
{
background-color: #5299BC;
}
</style>
border-color css
<style>
span { border-color: #5299BC; }
span { border-color: rgb(82,153,188); }
td.TdClassName
{
border-color: #5299BC;
}
.TagClassName
{
border-color: #5299BC;
}
</style>