Shades of Shakespeare #579BBA
Tints of Shakespeare #579BBA
RGB
CMYK
RGB Variations
Color information
#579BBA (or 0x579BBA) is known color: Shakespeare. HEX triplet: 57, 9B and BA. RGB value is (87,155,186). Sum of RGB (Red+Green+Blue) = 87+155+186=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #579BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579BBA is #A86445. Grayscale: #8A8A8A. Windows color (decimal): -11035718 or 12229463. OLE color: 12229463.
HSL color Cylindrical-coordinate representation of color #579BBA: hue angle of 198.79º 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 #579BBA is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 155 | 186 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.27 |
| HSL | 198.79º | 0.42% | 0.54% | - |
| HSV(B) | 198.79º | 0.53% | 0.73% | - |
| XYZ | 24.51 | 29.01 | 50.76 | - |
| YUV | 138.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 186 | 0.53 | 0.17 | 0 | 0.27 | 198.79 | 0.42 | 0.54 |
| Hex | 57 | 9B | BA | 35 | 11 | 0 | 1B | C7 | 2A | 36 |
| Octal | 127 | 233 | 272 | 65 | 21 | 0 | 33 | 307 | 52 | 66 |
| Binary | 1010111 | 10011011 | 10111010 | 110101 | 10001 | 0 | 11011 | 11000111 | 101010 | 110110 |
Color Harmonies of #579BBA
Complementary color
Monochromatic Colors of #579BBA
Black with #579BBA
Text Example
Text Example
White with #579BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579BBA; }
p { color: rgb(87,155,186); }
H1.HeaderClassName
{
color: #579BBA;
}
.AnyTagClassName
{
color: #579BBA;
}
</style>
background-color css
<style>
a { background-color: #579BBA; }
a { background-color: rgb(87,155,186); }
div.DivClassName
{
background-color: #579BBA;
}
.BgClassName
{
background-color: #579BBA;
}
</style>
border-color css
<style>
span { border-color: #579BBA; }
span { border-color: rgb(87,155,186); }
td.TdClassName
{
border-color: #579BBA;
}
.TagClassName
{
border-color: #579BBA;
}
</style>