Shades of Shakespeare #579CC0
Tints of Shakespeare #579CC0
RGB
CMYK
RGB Variations
Color information
#579CC0 (or 0x579CC0) is known color: Shakespeare. HEX triplet: 57, 9C and C0. RGB value is (87,156,192). Sum of RGB (Red+Green+Blue) = 87+156+192=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #579CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579CC0 is #A8633F. Grayscale: #8B8B8B. Windows color (decimal): -11035456 or 12622935. OLE color: 12622935.
HSL color Cylindrical-coordinate representation of color #579CC0: hue angle of 200.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #579CC0 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 156 | 192 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.25 |
| HSL | 200.57º | 0.45% | 0.55% | - |
| HSV(B) | 200.57º | 0.55% | 0.75% | - |
| XYZ | 25.33 | 29.61 | 54.25 | - |
| YUV | 139.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 156 | 192 | 0.55 | 0.19 | 0 | 0.25 | 200.57 | 0.45 | 0.55 |
| Hex | 57 | 9C | C0 | 37 | 13 | 0 | 19 | C9 | 2D | 37 |
| Octal | 127 | 234 | 300 | 67 | 23 | 0 | 31 | 311 | 55 | 67 |
| Binary | 1010111 | 10011100 | 11000000 | 110111 | 10011 | 0 | 11001 | 11001001 | 101101 | 110111 |
Color Harmonies of #579CC0
Complementary color
Monochromatic Colors of #579CC0
Black with #579CC0
Text Example
Text Example
White with #579CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579CC0; }
p { color: rgb(87,156,192); }
H1.HeaderClassName
{
color: #579CC0;
}
.AnyTagClassName
{
color: #579CC0;
}
</style>
background-color css
<style>
a { background-color: #579CC0; }
a { background-color: rgb(87,156,192); }
div.DivClassName
{
background-color: #579CC0;
}
.BgClassName
{
background-color: #579CC0;
}
</style>
border-color css
<style>
span { border-color: #579CC0; }
span { border-color: rgb(87,156,192); }
td.TdClassName
{
border-color: #579CC0;
}
.TagClassName
{
border-color: #579CC0;
}
</style>