Shades of Shakespeare #5499C1
Tints of Shakespeare #5499C1
RGB
CMYK
RGB Variations
Color information
#5499C1 (or 0x5499C1) is known color: Shakespeare. HEX triplet: 54, 99 and C1. RGB value is (84,153,193). Sum of RGB (Red+Green+Blue) = 84+153+193=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #5499C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499C1 is #AB663E. Grayscale: #888888. Windows color (decimal): -11232831 or 12687700. OLE color: 12687700.
HSL color Cylindrical-coordinate representation of color #5499C1: hue angle of 202.02º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5499C1 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 153 | 193 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.24 |
| HSL | 202.02º | 0.47% | 0.54% | - |
| HSV(B) | 202.02º | 0.56% | 0.76% | - |
| XYZ | 24.67 | 28.52 | 54.66 | - |
| YUV | 136.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 193 | 0.56 | 0.21 | 0 | 0.24 | 202.02 | 0.47 | 0.54 |
| Hex | 54 | 99 | C1 | 38 | 15 | 0 | 18 | CA | 2F | 36 |
| Octal | 124 | 231 | 301 | 70 | 25 | 0 | 30 | 312 | 57 | 66 |
| Binary | 1010100 | 10011001 | 11000001 | 111000 | 10101 | 0 | 11000 | 11001010 | 101111 | 110110 |
Color Harmonies of #5499C1
Complementary color
Monochromatic Colors of #5499C1
Black with #5499C1
Text Example
Text Example
White with #5499C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5499C1; }
p { color: rgb(84,153,193); }
H1.HeaderClassName
{
color: #5499C1;
}
.AnyTagClassName
{
color: #5499C1;
}
</style>
background-color css
<style>
a { background-color: #5499C1; }
a { background-color: rgb(84,153,193); }
div.DivClassName
{
background-color: #5499C1;
}
.BgClassName
{
background-color: #5499C1;
}
</style>
border-color css
<style>
span { border-color: #5499C1; }
span { border-color: rgb(84,153,193); }
td.TdClassName
{
border-color: #5499C1;
}
.TagClassName
{
border-color: #5499C1;
}
</style>