Shades of Picton Blue #579EDA
Tints of Picton Blue #579EDA
RGB
CMYK
RGB Variations
Color information
#579EDA (or 0x579EDA) is known color: Picton Blue. HEX triplet: 57, 9E and DA. RGB value is (87,158,218). Sum of RGB (Red+Green+Blue) = 87+158+218=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #579EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579EDA is #A86125. Grayscale: #8F8F8F. Windows color (decimal): -11034918 or 14327383. OLE color: 14327383.
HSL color Cylindrical-coordinate representation of color #579EDA: hue angle of 207.48º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #579EDA is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 158 | 218 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.15 |
| HSL | 207.48º | 0.64% | 0.6% | - |
| HSV(B) | 207.48º | 0.6% | 0.85% | - |
| XYZ | 28.81 | 31.54 | 70.9 | - |
| YUV | 143.61 | 169.98 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 158 | 218 | 0.60 | 0.28 | 0 | 0.15 | 207.48 | 0.64 | 0.6 |
| Hex | 57 | 9E | DA | 3C | 1C | 0 | F | CF | 40 | 3C |
| Octal | 127 | 236 | 332 | 74 | 34 | 0 | 17 | 317 | 100 | 74 |
| Binary | 1010111 | 10011110 | 11011010 | 111100 | 11100 | 0 | 1111 | 11001111 | 1000000 | 111100 |
Color Harmonies of #579EDA
Complementary color
Monochromatic Colors of #579EDA
Black with #579EDA
Text Example
Text Example
White with #579EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579EDA; }
p { color: rgb(87,158,218); }
H1.HeaderClassName
{
color: #579EDA;
}
.AnyTagClassName
{
color: #579EDA;
}
</style>
background-color css
<style>
a { background-color: #579EDA; }
a { background-color: rgb(87,158,218); }
div.DivClassName
{
background-color: #579EDA;
}
.BgClassName
{
background-color: #579EDA;
}
</style>
border-color css
<style>
span { border-color: #579EDA; }
span { border-color: rgb(87,158,218); }
td.TdClassName
{
border-color: #579EDA;
}
.TagClassName
{
border-color: #579EDA;
}
</style>