Shades of Picton Blue #579BDA
Tints of Picton Blue #579BDA
RGB
CMYK
RGB Variations
Color information
#579BDA (or 0x579BDA) is known color: Picton Blue. HEX triplet: 57, 9B and DA. RGB value is (87,155,218). Sum of RGB (Red+Green+Blue) = 87+155+218=460 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.91% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #579BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579BDA is #A86425. Grayscale: #8D8D8D. Windows color (decimal): -11035686 or 14326615. OLE color: 14326615.
HSL color Cylindrical-coordinate representation of color #579BDA: hue angle of 208.85º 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 #579BDA is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 155 | 218 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.15 |
| HSL | 208.86º | 0.64% | 0.6% | - |
| HSV(B) | 208.86º | 0.6% | 0.85% | - |
| XYZ | 28.31 | 30.53 | 70.73 | - |
| YUV | 141.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 218 | 0.60 | 0.29 | 0 | 0.15 | 208.86 | 0.64 | 0.6 |
| Hex | 57 | 9B | DA | 3C | 1D | 0 | F | D1 | 40 | 3C |
| Octal | 127 | 233 | 332 | 74 | 35 | 0 | 17 | 321 | 100 | 74 |
| Binary | 1010111 | 10011011 | 11011010 | 111100 | 11101 | 0 | 1111 | 11010001 | 1000000 | 111100 |
Color Harmonies of #579BDA
Complementary color
Monochromatic Colors of #579BDA
Black with #579BDA
Text Example
Text Example
White with #579BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579BDA; }
p { color: rgb(87,155,218); }
H1.HeaderClassName
{
color: #579BDA;
}
.AnyTagClassName
{
color: #579BDA;
}
</style>
background-color css
<style>
a { background-color: #579BDA; }
a { background-color: rgb(87,155,218); }
div.DivClassName
{
background-color: #579BDA;
}
.BgClassName
{
background-color: #579BDA;
}
</style>
border-color css
<style>
span { border-color: #579BDA; }
span { border-color: rgb(87,155,218); }
td.TdClassName
{
border-color: #579BDA;
}
.TagClassName
{
border-color: #579BDA;
}
</style>