Shades of Picton Blue #579AD6
Tints of Picton Blue #579AD6
RGB
CMYK
RGB Variations
Color information
#579AD6 (or 0x579AD6) is known color: Picton Blue. HEX triplet: 57, 9A and D6. RGB value is (87,154,214). Sum of RGB (Red+Green+Blue) = 87+154+214=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #579AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579AD6 is #A86529. Grayscale: #8C8C8C. Windows color (decimal): -11035946 or 14064215. OLE color: 14064215.
HSL color Cylindrical-coordinate representation of color #579AD6: hue angle of 208.35º 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 #579AD6 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 154 | 214 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.16 |
| HSL | 208.35º | 0.61% | 0.59% | - |
| HSV(B) | 208.35º | 0.59% | 0.84% | - |
| XYZ | 27.62 | 29.99 | 67.95 | - |
| YUV | 140.81 | 169.3 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 154 | 214 | 0.59 | 0.28 | 0 | 0.16 | 208.35 | 0.61 | 0.59 |
| Hex | 57 | 9A | D6 | 3B | 1C | 0 | 10 | D0 | 3D | 3B |
| Octal | 127 | 232 | 326 | 73 | 34 | 0 | 20 | 320 | 75 | 73 |
| Binary | 1010111 | 10011010 | 11010110 | 111011 | 11100 | 0 | 10000 | 11010000 | 111101 | 111011 |
Color Harmonies of #579AD6
Complementary color
Monochromatic Colors of #579AD6
Black with #579AD6
Text Example
Text Example
White with #579AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579AD6; }
p { color: rgb(87,154,214); }
H1.HeaderClassName
{
color: #579AD6;
}
.AnyTagClassName
{
color: #579AD6;
}
</style>
background-color css
<style>
a { background-color: #579AD6; }
a { background-color: rgb(87,154,214); }
div.DivClassName
{
background-color: #579AD6;
}
.BgClassName
{
background-color: #579AD6;
}
</style>
border-color css
<style>
span { border-color: #579AD6; }
span { border-color: rgb(87,154,214); }
td.TdClassName
{
border-color: #579AD6;
}
.TagClassName
{
border-color: #579AD6;
}
</style>