Shades of Picton Blue #579DC9
Tints of Picton Blue #579DC9
RGB
CMYK
RGB Variations
Color information
#579DC9 (or 0x579DC9) is known color: Picton Blue. HEX triplet: 57, 9D and C9. RGB value is (87,157,201). Sum of RGB (Red+Green+Blue) = 87+157+201=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #579DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579DC9 is #A86236. Grayscale: #8C8C8C. Windows color (decimal): -11035191 or 13213015. OLE color: 13213015.
HSL color Cylindrical-coordinate representation of color #579DC9: hue angle of 203.16º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #579DC9 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 157 | 201 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.21 |
| HSL | 203.16º | 0.51% | 0.56% | - |
| HSV(B) | 203.16º | 0.57% | 0.79% | - |
| XYZ | 26.53 | 30.36 | 59.72 | - |
| YUV | 141.09 | 161.81 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 201 | 0.57 | 0.22 | 0 | 0.21 | 203.16 | 0.51 | 0.56 |
| Hex | 57 | 9D | C9 | 39 | 16 | 0 | 15 | CB | 33 | 38 |
| Octal | 127 | 235 | 311 | 71 | 26 | 0 | 25 | 313 | 63 | 70 |
| Binary | 1010111 | 10011101 | 11001001 | 111001 | 10110 | 0 | 10101 | 11001011 | 110011 | 111000 |
Color Harmonies of #579DC9
Complementary color
Monochromatic Colors of #579DC9
Black with #579DC9
Text Example
Text Example
White with #579DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579DC9; }
p { color: rgb(87,157,201); }
H1.HeaderClassName
{
color: #579DC9;
}
.AnyTagClassName
{
color: #579DC9;
}
</style>
background-color css
<style>
a { background-color: #579DC9; }
a { background-color: rgb(87,157,201); }
div.DivClassName
{
background-color: #579DC9;
}
.BgClassName
{
background-color: #579DC9;
}
</style>
border-color css
<style>
span { border-color: #579DC9; }
span { border-color: rgb(87,157,201); }
td.TdClassName
{
border-color: #579DC9;
}
.TagClassName
{
border-color: #579DC9;
}
</style>