Shades of Shakespeare #5599AF
Tints of Shakespeare #5599AF
RGB
CMYK
RGB Variations
Color information
#5599AF (or 0x5599AF) is known color: Shakespeare. HEX triplet: 55, 99 and AF. RGB value is (85,153,175). Sum of RGB (Red+Green+Blue) = 85+153+175=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #5599AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5599AF is #AA6650. Grayscale: #878787. Windows color (decimal): -11167313 or 11508053. OLE color: 11508053.
HSL color Cylindrical-coordinate representation of color #5599AF: hue angle of 194.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5599AF is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 153 | 175 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.31 |
| HSL | 194.67º | 0.36% | 0.51% | - |
| HSV(B) | 194.67º | 0.51% | 0.69% | - |
| XYZ | 22.88 | 27.81 | 44.72 | - |
| YUV | 135.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 175 | 0.51 | 0.13 | 0 | 0.31 | 194.67 | 0.36 | 0.51 |
| Hex | 55 | 99 | AF | 33 | D | 0 | 1F | C3 | 24 | 33 |
| Octal | 125 | 231 | 257 | 63 | 15 | 0 | 37 | 303 | 44 | 63 |
| Binary | 1010101 | 10011001 | 10101111 | 110011 | 1101 | 0 | 11111 | 11000011 | 100100 | 110011 |
Color Harmonies of #5599AF
Complementary color
Monochromatic Colors of #5599AF
Black with #5599AF
Text Example
Text Example
White with #5599AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5599AF; }
p { color: rgb(85,153,175); }
H1.HeaderClassName
{
color: #5599AF;
}
.AnyTagClassName
{
color: #5599AF;
}
</style>
background-color css
<style>
a { background-color: #5599AF; }
a { background-color: rgb(85,153,175); }
div.DivClassName
{
background-color: #5599AF;
}
.BgClassName
{
background-color: #5599AF;
}
</style>
border-color css
<style>
span { border-color: #5599AF; }
span { border-color: rgb(85,153,175); }
td.TdClassName
{
border-color: #5599AF;
}
.TagClassName
{
border-color: #5599AF;
}
</style>