Shades of Picton Blue #579AE1
Tints of Picton Blue #579AE1
RGB
CMYK
RGB Variations
Color information
#579AE1 (or 0x579AE1) is known color: Picton Blue. HEX triplet: 57, 9A and E1. RGB value is (87,154,225). Sum of RGB (Red+Green+Blue) = 87+154+225=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #579AE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579AE1 is #A8651E. Grayscale: #8D8D8D. Windows color (decimal): -11035935 or 14785111. OLE color: 14785111.
HSL color Cylindrical-coordinate representation of color #579AE1: hue angle of 210.87º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #579AE1 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 154 | 225 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.12 |
| HSL | 210.87º | 0.7% | 0.61% | - |
| HSV(B) | 210.87º | 0.61% | 0.88% | - |
| XYZ | 29.08 | 30.57 | 75.6 | - |
| YUV | 142.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 154 | 225 | 0.61 | 0.32 | 0 | 0.12 | 210.87 | 0.7 | 0.61 |
| Hex | 57 | 9A | E1 | 3D | 20 | 0 | C | D3 | 46 | 3D |
| Octal | 127 | 232 | 341 | 75 | 40 | 0 | 14 | 323 | 106 | 75 |
| Binary | 1010111 | 10011010 | 11100001 | 111101 | 100000 | 0 | 1100 | 11010011 | 1000110 | 111101 |
Color Harmonies of #579AE1
Complementary color
Monochromatic Colors of #579AE1
Black with #579AE1
Text Example
Text Example
White with #579AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579AE1; }
p { color: rgb(87,154,225); }
H1.HeaderClassName
{
color: #579AE1;
}
.AnyTagClassName
{
color: #579AE1;
}
</style>
background-color css
<style>
a { background-color: #579AE1; }
a { background-color: rgb(87,154,225); }
div.DivClassName
{
background-color: #579AE1;
}
.BgClassName
{
background-color: #579AE1;
}
</style>
border-color css
<style>
span { border-color: #579AE1; }
span { border-color: rgb(87,154,225); }
td.TdClassName
{
border-color: #579AE1;
}
.TagClassName
{
border-color: #579AE1;
}
</style>