Shades of Picton Blue #579CDC
Tints of Picton Blue #579CDC
RGB
CMYK
RGB Variations
Color information
#579CDC (or 0x579CDC) is known color: Picton Blue. HEX triplet: 57, 9C and DC. RGB value is (87,156,220). Sum of RGB (Red+Green+Blue) = 87+156+220=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #579CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579CDC is #A86323. Grayscale: #8E8E8E. Windows color (decimal): -11035428 or 14457943. OLE color: 14457943.
HSL color Cylindrical-coordinate representation of color #579CDC: hue angle of 208.87º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #579CDC is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 156 | 220 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.14 |
| HSL | 208.87º | 0.66% | 0.6% | - |
| HSV(B) | 208.87º | 0.6% | 0.86% | - |
| XYZ | 28.74 | 30.97 | 72.17 | - |
| YUV | 142.67 | 171.64 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 156 | 220 | 0.60 | 0.29 | 0 | 0.14 | 208.87 | 0.66 | 0.6 |
| Hex | 57 | 9C | DC | 3C | 1D | 0 | E | D1 | 42 | 3C |
| Octal | 127 | 234 | 334 | 74 | 35 | 0 | 16 | 321 | 102 | 74 |
| Binary | 1010111 | 10011100 | 11011100 | 111100 | 11101 | 0 | 1110 | 11010001 | 1000010 | 111100 |
Color Harmonies of #579CDC
Complementary color
Monochromatic Colors of #579CDC
Black with #579CDC
Text Example
Text Example
White with #579CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579CDC; }
p { color: rgb(87,156,220); }
H1.HeaderClassName
{
color: #579CDC;
}
.AnyTagClassName
{
color: #579CDC;
}
</style>
background-color css
<style>
a { background-color: #579CDC; }
a { background-color: rgb(87,156,220); }
div.DivClassName
{
background-color: #579CDC;
}
.BgClassName
{
background-color: #579CDC;
}
</style>
border-color css
<style>
span { border-color: #579CDC; }
span { border-color: rgb(87,156,220); }
td.TdClassName
{
border-color: #579CDC;
}
.TagClassName
{
border-color: #579CDC;
}
</style>