Shades of Picton Blue #579BDC
Tints of Picton Blue #579BDC
RGB
CMYK
RGB Variations
Color information
#579BDC (or 0x579BDC) is known color: Picton Blue. HEX triplet: 57, 9B and DC. RGB value is (87,155,220). Sum of RGB (Red+Green+Blue) = 87+155+220=462 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.83% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #579BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579BDC is #A86423. Grayscale: #8D8D8D. Windows color (decimal): -11035684 or 14457687. OLE color: 14457687.
HSL color Cylindrical-coordinate representation of color #579BDC: hue angle of 209.32º 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 #579BDC is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 155 | 220 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.14 |
| HSL | 209.32º | 0.66% | 0.6% | - |
| HSV(B) | 209.32º | 0.6% | 0.86% | - |
| XYZ | 28.57 | 30.64 | 72.12 | - |
| YUV | 142.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 220 | 0.60 | 0.30 | 0 | 0.14 | 209.32 | 0.66 | 0.6 |
| Hex | 57 | 9B | DC | 3C | 1E | 0 | E | D1 | 42 | 3C |
| Octal | 127 | 233 | 334 | 74 | 36 | 0 | 16 | 321 | 102 | 74 |
| Binary | 1010111 | 10011011 | 11011100 | 111100 | 11110 | 0 | 1110 | 11010001 | 1000010 | 111100 |
Color Harmonies of #579BDC
Complementary color
Monochromatic Colors of #579BDC
Black with #579BDC
Text Example
Text Example
White with #579BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579BDC; }
p { color: rgb(87,155,220); }
H1.HeaderClassName
{
color: #579BDC;
}
.AnyTagClassName
{
color: #579BDC;
}
</style>
background-color css
<style>
a { background-color: #579BDC; }
a { background-color: rgb(87,155,220); }
div.DivClassName
{
background-color: #579BDC;
}
.BgClassName
{
background-color: #579BDC;
}
</style>
border-color css
<style>
span { border-color: #579BDC; }
span { border-color: rgb(87,155,220); }
td.TdClassName
{
border-color: #579BDC;
}
.TagClassName
{
border-color: #579BDC;
}
</style>