Shades of Picton Blue #579DDF
Tints of Picton Blue #579DDF
RGB
CMYK
RGB Variations
Color information
#579DDF (or 0x579DDF) is known color: Picton Blue. HEX triplet: 57, 9D and DF. RGB value is (87,157,223). Sum of RGB (Red+Green+Blue) = 87+157+223=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #579DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579DDF is #A86220. Grayscale: #8F8F8F. Windows color (decimal): -11035169 or 14654807. OLE color: 14654807.
HSL color Cylindrical-coordinate representation of color #579DDF: hue angle of 209.12º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #579DDF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 157 | 223 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.13 |
| HSL | 209.12º | 0.68% | 0.61% | - |
| HSV(B) | 209.12º | 0.61% | 0.87% | - |
| XYZ | 29.31 | 31.47 | 74.34 | - |
| YUV | 143.59 | 172.81 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 223 | 0.61 | 0.30 | 0 | 0.13 | 209.12 | 0.68 | 0.61 |
| Hex | 57 | 9D | DF | 3D | 1E | 0 | D | D1 | 44 | 3D |
| Octal | 127 | 235 | 337 | 75 | 36 | 0 | 15 | 321 | 104 | 75 |
| Binary | 1010111 | 10011101 | 11011111 | 111101 | 11110 | 0 | 1101 | 11010001 | 1000100 | 111101 |
Color Harmonies of #579DDF
Complementary color
Monochromatic Colors of #579DDF
Black with #579DDF
Text Example
Text Example
White with #579DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579DDF; }
p { color: rgb(87,157,223); }
H1.HeaderClassName
{
color: #579DDF;
}
.AnyTagClassName
{
color: #579DDF;
}
</style>
background-color css
<style>
a { background-color: #579DDF; }
a { background-color: rgb(87,157,223); }
div.DivClassName
{
background-color: #579DDF;
}
.BgClassName
{
background-color: #579DDF;
}
</style>
border-color css
<style>
span { border-color: #579DDF; }
span { border-color: rgb(87,157,223); }
td.TdClassName
{
border-color: #579DDF;
}
.TagClassName
{
border-color: #579DDF;
}
</style>