Shades of Picton Blue #579DDD
Tints of Picton Blue #579DDD
RGB
CMYK
RGB Variations
Color information
#579DDD (or 0x579DDD) is known color: Picton Blue. HEX triplet: 57, 9D and DD. RGB value is (87,157,221). Sum of RGB (Red+Green+Blue) = 87+157+221=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #579DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579DDD is #A86222. Grayscale: #8F8F8F. Windows color (decimal): -11035171 or 14523735. OLE color: 14523735.
HSL color Cylindrical-coordinate representation of color #579DDD: hue angle of 208.66º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #579DDD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 157 | 221 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.13 |
| HSL | 208.66º | 0.66% | 0.6% | - |
| HSV(B) | 208.66º | 0.61% | 0.87% | - |
| XYZ | 29.04 | 31.36 | 72.93 | - |
| YUV | 143.37 | 171.81 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 221 | 0.61 | 0.29 | 0 | 0.13 | 208.66 | 0.66 | 0.6 |
| Hex | 57 | 9D | DD | 3D | 1D | 0 | D | D1 | 42 | 3C |
| Octal | 127 | 235 | 335 | 75 | 35 | 0 | 15 | 321 | 102 | 74 |
| Binary | 1010111 | 10011101 | 11011101 | 111101 | 11101 | 0 | 1101 | 11010001 | 1000010 | 111100 |
Color Harmonies of #579DDD
Complementary color
Monochromatic Colors of #579DDD
Black with #579DDD
Text Example
Text Example
White with #579DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579DDD; }
p { color: rgb(87,157,221); }
H1.HeaderClassName
{
color: #579DDD;
}
.AnyTagClassName
{
color: #579DDD;
}
</style>
background-color css
<style>
a { background-color: #579DDD; }
a { background-color: rgb(87,157,221); }
div.DivClassName
{
background-color: #579DDD;
}
.BgClassName
{
background-color: #579DDD;
}
</style>
border-color css
<style>
span { border-color: #579DDD; }
span { border-color: rgb(87,157,221); }
td.TdClassName
{
border-color: #579DDD;
}
.TagClassName
{
border-color: #579DDD;
}
</style>