Shades of Picton Blue #579AD1
Tints of Picton Blue #579AD1
RGB
CMYK
RGB Variations
Color information
#579AD1 (or 0x579AD1) is known color: Picton Blue. HEX triplet: 57, 9A and D1. RGB value is (87,154,209). Sum of RGB (Red+Green+Blue) = 87+154+209=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #579AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579AD1 is #A8652E. Grayscale: #8B8B8B. Windows color (decimal): -11035951 or 13736535. OLE color: 13736535.
HSL color Cylindrical-coordinate representation of color #579AD1: hue angle of 207.05º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #579AD1 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 154 | 209 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.18 |
| HSL | 207.05º | 0.57% | 0.58% | - |
| HSV(B) | 207.05º | 0.58% | 0.82% | - |
| XYZ | 26.99 | 29.74 | 64.64 | - |
| YUV | 140.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 154 | 209 | 0.58 | 0.26 | 0 | 0.18 | 207.05 | 0.57 | 0.58 |
| Hex | 57 | 9A | D1 | 3A | 1A | 0 | 12 | CF | 39 | 3A |
| Octal | 127 | 232 | 321 | 72 | 32 | 0 | 22 | 317 | 71 | 72 |
| Binary | 1010111 | 10011010 | 11010001 | 111010 | 11010 | 0 | 10010 | 11001111 | 111001 | 111010 |
Color Harmonies of #579AD1
Complementary color
Monochromatic Colors of #579AD1
Black with #579AD1
Text Example
Text Example
White with #579AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579AD1; }
p { color: rgb(87,154,209); }
H1.HeaderClassName
{
color: #579AD1;
}
.AnyTagClassName
{
color: #579AD1;
}
</style>
background-color css
<style>
a { background-color: #579AD1; }
a { background-color: rgb(87,154,209); }
div.DivClassName
{
background-color: #579AD1;
}
.BgClassName
{
background-color: #579AD1;
}
</style>
border-color css
<style>
span { border-color: #579AD1; }
span { border-color: rgb(87,154,209); }
td.TdClassName
{
border-color: #579AD1;
}
.TagClassName
{
border-color: #579AD1;
}
</style>