Shades of Picton Blue #579BD6
Tints of Picton Blue #579BD6
RGB
CMYK
RGB Variations
Color information
#579BD6 (or 0x579BD6) is known color: Picton Blue. HEX triplet: 57, 9B and D6. RGB value is (87,155,214). Sum of RGB (Red+Green+Blue) = 87+155+214=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #579BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579BD6 is #A86429. Grayscale: #8D8D8D. Windows color (decimal): -11035690 or 14064471. OLE color: 14064471.
HSL color Cylindrical-coordinate representation of color #579BD6: hue angle of 207.87º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #579BD6 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 155 | 214 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.16 |
| HSL | 207.87º | 0.61% | 0.59% | - |
| HSV(B) | 207.87º | 0.59% | 0.84% | - |
| XYZ | 27.79 | 30.32 | 68.01 | - |
| YUV | 141.39 | 168.97 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 214 | 0.59 | 0.28 | 0 | 0.16 | 207.87 | 0.61 | 0.59 |
| Hex | 57 | 9B | D6 | 3B | 1C | 0 | 10 | D0 | 3D | 3B |
| Octal | 127 | 233 | 326 | 73 | 34 | 0 | 20 | 320 | 75 | 73 |
| Binary | 1010111 | 10011011 | 11010110 | 111011 | 11100 | 0 | 10000 | 11010000 | 111101 | 111011 |
Color Harmonies of #579BD6
Complementary color
Monochromatic Colors of #579BD6
Black with #579BD6
Text Example
Text Example
White with #579BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579BD6; }
p { color: rgb(87,155,214); }
H1.HeaderClassName
{
color: #579BD6;
}
.AnyTagClassName
{
color: #579BD6;
}
</style>
background-color css
<style>
a { background-color: #579BD6; }
a { background-color: rgb(87,155,214); }
div.DivClassName
{
background-color: #579BD6;
}
.BgClassName
{
background-color: #579BD6;
}
</style>
border-color css
<style>
span { border-color: #579BD6; }
span { border-color: rgb(87,155,214); }
td.TdClassName
{
border-color: #579BD6;
}
.TagClassName
{
border-color: #579BD6;
}
</style>