Shades of Picton Blue #579ADB
Tints of Picton Blue #579ADB
RGB
CMYK
RGB Variations
Color information
#579ADB (or 0x579ADB) is known color: Picton Blue. HEX triplet: 57, 9A and DB. RGB value is (87,154,219). Sum of RGB (Red+Green+Blue) = 87+154+219=460 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.91% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #579ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579ADB is #A86524. Grayscale: #8D8D8D. Windows color (decimal): -11035941 or 14391895. OLE color: 14391895.
HSL color Cylindrical-coordinate representation of color #579ADB: hue angle of 209.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #579ADB is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 154 | 219 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.14 |
| HSL | 209.55º | 0.65% | 0.6% | - |
| HSV(B) | 209.55º | 0.6% | 0.86% | - |
| XYZ | 28.27 | 30.25 | 71.37 | - |
| YUV | 141.38 | 171.8 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 154 | 219 | 0.60 | 0.30 | 0 | 0.14 | 209.55 | 0.65 | 0.6 |
| Hex | 57 | 9A | DB | 3C | 1E | 0 | E | D2 | 41 | 3C |
| Octal | 127 | 232 | 333 | 74 | 36 | 0 | 16 | 322 | 101 | 74 |
| Binary | 1010111 | 10011010 | 11011011 | 111100 | 11110 | 0 | 1110 | 11010010 | 1000001 | 111100 |
Color Harmonies of #579ADB
Complementary color
Monochromatic Colors of #579ADB
Black with #579ADB
Text Example
Text Example
White with #579ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579ADB; }
p { color: rgb(87,154,219); }
H1.HeaderClassName
{
color: #579ADB;
}
.AnyTagClassName
{
color: #579ADB;
}
</style>
background-color css
<style>
a { background-color: #579ADB; }
a { background-color: rgb(87,154,219); }
div.DivClassName
{
background-color: #579ADB;
}
.BgClassName
{
background-color: #579ADB;
}
</style>
border-color css
<style>
span { border-color: #579ADB; }
span { border-color: rgb(87,154,219); }
td.TdClassName
{
border-color: #579ADB;
}
.TagClassName
{
border-color: #579ADB;
}
</style>