Shades of Picton Blue #579FD3
Tints of Picton Blue #579FD3
RGB
CMYK
RGB Variations
Color information
#579FD3 (or 0x579FD3) is known color: Picton Blue. HEX triplet: 57, 9F and D3. RGB value is (87,159,211). Sum of RGB (Red+Green+Blue) = 87+159+211=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 211 - color contains mainly: blue. Hex color #579FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579FD3 is #A8602C. Grayscale: #8F8F8F. Windows color (decimal): -11034669 or 13868887. OLE color: 13868887.
HSL color Cylindrical-coordinate representation of color #579FD3: hue angle of 205.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #579FD3 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 159 | 211 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.17 |
| HSL | 205.16º | 0.58% | 0.58% | - |
| HSV(B) | 205.16º | 0.59% | 0.83% | - |
| XYZ | 28.09 | 31.53 | 66.23 | - |
| YUV | 143.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 159 | 211 | 0.59 | 0.25 | 0 | 0.17 | 205.16 | 0.58 | 0.58 |
| Hex | 57 | 9F | D3 | 3B | 19 | 0 | 11 | CD | 3A | 3A |
| Octal | 127 | 237 | 323 | 73 | 31 | 0 | 21 | 315 | 72 | 72 |
| Binary | 1010111 | 10011111 | 11010011 | 111011 | 11001 | 0 | 10001 | 11001101 | 111010 | 111010 |
Color Harmonies of #579FD3
Complementary color
Monochromatic Colors of #579FD3
Black with #579FD3
Text Example
Text Example
White with #579FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579FD3; }
p { color: rgb(87,159,211); }
H1.HeaderClassName
{
color: #579FD3;
}
.AnyTagClassName
{
color: #579FD3;
}
</style>
background-color css
<style>
a { background-color: #579FD3; }
a { background-color: rgb(87,159,211); }
div.DivClassName
{
background-color: #579FD3;
}
.BgClassName
{
background-color: #579FD3;
}
</style>
border-color css
<style>
span { border-color: #579FD3; }
span { border-color: rgb(87,159,211); }
td.TdClassName
{
border-color: #579FD3;
}
.TagClassName
{
border-color: #579FD3;
}
</style>