Shades of Picton Blue #579EDD
Tints of Picton Blue #579EDD
RGB
CMYK
RGB Variations
Color information
#579EDD (or 0x579EDD) is known color: Picton Blue. HEX triplet: 57, 9E and DD. RGB value is (87,158,221). Sum of RGB (Red+Green+Blue) = 87+158+221=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #579EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579EDD is #A86122. Grayscale: #8F8F8F. Windows color (decimal): -11034915 or 14523991. OLE color: 14523991.
HSL color Cylindrical-coordinate representation of color #579EDD: hue angle of 208.21º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #579EDD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 158 | 221 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.13 |
| HSL | 208.21º | 0.66% | 0.6% | - |
| HSV(B) | 208.21º | 0.61% | 0.87% | - |
| XYZ | 29.21 | 31.7 | 72.99 | - |
| YUV | 143.95 | 171.48 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 158 | 221 | 0.61 | 0.29 | 0 | 0.13 | 208.21 | 0.66 | 0.6 |
| Hex | 57 | 9E | DD | 3D | 1D | 0 | D | D0 | 42 | 3C |
| Octal | 127 | 236 | 335 | 75 | 35 | 0 | 15 | 320 | 102 | 74 |
| Binary | 1010111 | 10011110 | 11011101 | 111101 | 11101 | 0 | 1101 | 11010000 | 1000010 | 111100 |
Color Harmonies of #579EDD
Complementary color
Monochromatic Colors of #579EDD
Black with #579EDD
Text Example
Text Example
White with #579EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579EDD; }
p { color: rgb(87,158,221); }
H1.HeaderClassName
{
color: #579EDD;
}
.AnyTagClassName
{
color: #579EDD;
}
</style>
background-color css
<style>
a { background-color: #579EDD; }
a { background-color: rgb(87,158,221); }
div.DivClassName
{
background-color: #579EDD;
}
.BgClassName
{
background-color: #579EDD;
}
</style>
border-color css
<style>
span { border-color: #579EDD; }
span { border-color: rgb(87,158,221); }
td.TdClassName
{
border-color: #579EDD;
}
.TagClassName
{
border-color: #579EDD;
}
</style>