Shades of Picton Blue #579DE1
Tints of Picton Blue #579DE1
RGB
CMYK
RGB Variations
Color information
#579DE1 (or 0x579DE1) is known color: Picton Blue. HEX triplet: 57, 9D and E1. RGB value is (87,157,225). Sum of RGB (Red+Green+Blue) = 87+157+225=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #579DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579DE1 is #A8621E. Grayscale: #8F8F8F. Windows color (decimal): -11035167 or 14785879. OLE color: 14785879.
HSL color Cylindrical-coordinate representation of color #579DE1: hue angle of 209.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #579DE1 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 157 | 225 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.12 |
| HSL | 209.57º | 0.7% | 0.61% | - |
| HSV(B) | 209.57º | 0.61% | 0.88% | - |
| XYZ | 29.58 | 31.58 | 75.77 | - |
| YUV | 143.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 225 | 0.61 | 0.30 | 0 | 0.12 | 209.57 | 0.7 | 0.61 |
| Hex | 57 | 9D | E1 | 3D | 1E | 0 | C | D2 | 46 | 3D |
| Octal | 127 | 235 | 341 | 75 | 36 | 0 | 14 | 322 | 106 | 75 |
| Binary | 1010111 | 10011101 | 11100001 | 111101 | 11110 | 0 | 1100 | 11010010 | 1000110 | 111101 |
Color Harmonies of #579DE1
Complementary color
Monochromatic Colors of #579DE1
Black with #579DE1
Text Example
Text Example
White with #579DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579DE1; }
p { color: rgb(87,157,225); }
H1.HeaderClassName
{
color: #579DE1;
}
.AnyTagClassName
{
color: #579DE1;
}
</style>
background-color css
<style>
a { background-color: #579DE1; }
a { background-color: rgb(87,157,225); }
div.DivClassName
{
background-color: #579DE1;
}
.BgClassName
{
background-color: #579DE1;
}
</style>
border-color css
<style>
span { border-color: #579DE1; }
span { border-color: rgb(87,157,225); }
td.TdClassName
{
border-color: #579DE1;
}
.TagClassName
{
border-color: #579DE1;
}
</style>