Shades of Picton Blue #579ED5
Tints of Picton Blue #579ED5
RGB
CMYK
RGB Variations
Color information
#579ED5 (or 0x579ED5) is known color: Picton Blue. HEX triplet: 57, 9E and D5. RGB value is (87,158,213). Sum of RGB (Red+Green+Blue) = 87+158+213=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #579ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579ED5 is #A8612A. Grayscale: #8E8E8E. Windows color (decimal): -11034923 or 13999703. OLE color: 13999703.
HSL color Cylindrical-coordinate representation of color #579ED5: hue angle of 206.19º degrees, saturation: 0.6, 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 #579ED5 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 158 | 213 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.16 |
| HSL | 206.19º | 0.6% | 0.59% | - |
| HSV(B) | 206.19º | 0.59% | 0.84% | - |
| XYZ | 28.17 | 31.28 | 67.5 | - |
| YUV | 143.04 | 167.48 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 158 | 213 | 0.59 | 0.26 | 0 | 0.16 | 206.19 | 0.6 | 0.59 |
| Hex | 57 | 9E | D5 | 3B | 1A | 0 | 10 | CE | 3C | 3B |
| Octal | 127 | 236 | 325 | 73 | 32 | 0 | 20 | 316 | 74 | 73 |
| Binary | 1010111 | 10011110 | 11010101 | 111011 | 11010 | 0 | 10000 | 11001110 | 111100 | 111011 |
Color Harmonies of #579ED5
Complementary color
Monochromatic Colors of #579ED5
Black with #579ED5
Text Example
Text Example
White with #579ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579ED5; }
p { color: rgb(87,158,213); }
H1.HeaderClassName
{
color: #579ED5;
}
.AnyTagClassName
{
color: #579ED5;
}
</style>
background-color css
<style>
a { background-color: #579ED5; }
a { background-color: rgb(87,158,213); }
div.DivClassName
{
background-color: #579ED5;
}
.BgClassName
{
background-color: #579ED5;
}
</style>
border-color css
<style>
span { border-color: #579ED5; }
span { border-color: rgb(87,158,213); }
td.TdClassName
{
border-color: #579ED5;
}
.TagClassName
{
border-color: #579ED5;
}
</style>