Shades of Shakespeare #579DBB
Tints of Shakespeare #579DBB
RGB
CMYK
RGB Variations
Color information
#579DBB (or 0x579DBB) is known color: Shakespeare. HEX triplet: 57, 9D and BB. RGB value is (87,157,187). Sum of RGB (Red+Green+Blue) = 87+157+187=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #579DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579DBB is #A86244. Grayscale: #8B8B8B. Windows color (decimal): -11035205 or 12295511. OLE color: 12295511.
HSL color Cylindrical-coordinate representation of color #579DBB: hue angle of 198º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #579DBB is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 157 | 187 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.27 |
| HSL | 198º | 0.42% | 0.54% | - |
| HSV(B) | 198º | 0.53% | 0.73% | - |
| XYZ | 24.96 | 29.73 | 51.44 | - |
| YUV | 139.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 187 | 0.53 | 0.16 | 0 | 0.27 | 198 | 0.42 | 0.54 |
| Hex | 57 | 9D | BB | 35 | 10 | 0 | 1B | C6 | 2A | 36 |
| Octal | 127 | 235 | 273 | 65 | 20 | 0 | 33 | 306 | 52 | 66 |
| Binary | 1010111 | 10011101 | 10111011 | 110101 | 10000 | 0 | 11011 | 11000110 | 101010 | 110110 |
Color Harmonies of #579DBB
Complementary color
Monochromatic Colors of #579DBB
Black with #579DBB
Text Example
Text Example
White with #579DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579DBB; }
p { color: rgb(87,157,187); }
H1.HeaderClassName
{
color: #579DBB;
}
.AnyTagClassName
{
color: #579DBB;
}
</style>
background-color css
<style>
a { background-color: #579DBB; }
a { background-color: rgb(87,157,187); }
div.DivClassName
{
background-color: #579DBB;
}
.BgClassName
{
background-color: #579DBB;
}
</style>
border-color css
<style>
span { border-color: #579DBB; }
span { border-color: rgb(87,157,187); }
td.TdClassName
{
border-color: #579DBB;
}
.TagClassName
{
border-color: #579DBB;
}
</style>