Shades of Shakespeare #579DB1
Tints of Shakespeare #579DB1
RGB
CMYK
RGB Variations
Color information
#579DB1 (or 0x579DB1) is known color: Shakespeare. HEX triplet: 57, 9D and B1. RGB value is (87,157,177). Sum of RGB (Red+Green+Blue) = 87+157+177=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #579DB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579DB1 is #A8624E. Grayscale: #8A8A8A. Windows color (decimal): -11035215 or 11640151. OLE color: 11640151.
HSL color Cylindrical-coordinate representation of color #579DB1: hue angle of 193.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #579DB1 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 157 | 177 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.31 |
| HSL | 193.33º | 0.37% | 0.52% | - |
| HSV(B) | 193.33º | 0.51% | 0.69% | - |
| XYZ | 23.92 | 29.31 | 45.99 | - |
| YUV | 138.35 | 149.81 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 177 | 0.51 | 0.11 | 0 | 0.31 | 193.33 | 0.37 | 0.52 |
| Hex | 57 | 9D | B1 | 33 | B | 0 | 1F | C1 | 25 | 34 |
| Octal | 127 | 235 | 261 | 63 | 13 | 0 | 37 | 301 | 45 | 64 |
| Binary | 1010111 | 10011101 | 10110001 | 110011 | 1011 | 0 | 11111 | 11000001 | 100101 | 110100 |
Color Harmonies of #579DB1
Complementary color
Monochromatic Colors of #579DB1
Black with #579DB1
Text Example
Text Example
White with #579DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579DB1; }
p { color: rgb(87,157,177); }
H1.HeaderClassName
{
color: #579DB1;
}
.AnyTagClassName
{
color: #579DB1;
}
</style>
background-color css
<style>
a { background-color: #579DB1; }
a { background-color: rgb(87,157,177); }
div.DivClassName
{
background-color: #579DB1;
}
.BgClassName
{
background-color: #579DB1;
}
</style>
border-color css
<style>
span { border-color: #579DB1; }
span { border-color: rgb(87,157,177); }
td.TdClassName
{
border-color: #579DB1;
}
.TagClassName
{
border-color: #579DB1;
}
</style>