Shades of Picton Blue #579FCF
Tints of Picton Blue #579FCF
RGB
CMYK
RGB Variations
Color information
#579FCF (or 0x579FCF) is known color: Picton Blue. HEX triplet: 57, 9F and CF. RGB value is (87,159,207). Sum of RGB (Red+Green+Blue) = 87+159+207=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #579FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579FCF is #A86030. Grayscale: #8E8E8E. Windows color (decimal): -11034673 or 13606743. OLE color: 13606743.
HSL color Cylindrical-coordinate representation of color #579FCF: hue angle of 204º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #579FCF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 159 | 207 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.19 |
| HSL | 204º | 0.56% | 0.58% | - |
| HSV(B) | 204º | 0.58% | 0.81% | - |
| XYZ | 27.59 | 31.33 | 63.62 | - |
| YUV | 142.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 159 | 207 | 0.58 | 0.23 | 0 | 0.19 | 204 | 0.56 | 0.58 |
| Hex | 57 | 9F | CF | 3A | 17 | 0 | 13 | CC | 38 | 3A |
| Octal | 127 | 237 | 317 | 72 | 27 | 0 | 23 | 314 | 70 | 72 |
| Binary | 1010111 | 10011111 | 11001111 | 111010 | 10111 | 0 | 10011 | 11001100 | 111000 | 111010 |
Color Harmonies of #579FCF
Complementary color
Monochromatic Colors of #579FCF
Black with #579FCF
Text Example
Text Example
White with #579FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579FCF; }
p { color: rgb(87,159,207); }
H1.HeaderClassName
{
color: #579FCF;
}
.AnyTagClassName
{
color: #579FCF;
}
</style>
background-color css
<style>
a { background-color: #579FCF; }
a { background-color: rgb(87,159,207); }
div.DivClassName
{
background-color: #579FCF;
}
.BgClassName
{
background-color: #579FCF;
}
</style>
border-color css
<style>
span { border-color: #579FCF; }
span { border-color: rgb(87,159,207); }
td.TdClassName
{
border-color: #579FCF;
}
.TagClassName
{
border-color: #579FCF;
}
</style>