Shades of Picton Blue #579DDC
Tints of Picton Blue #579DDC
RGB
CMYK
RGB Variations
Color information
#579DDC (or 0x579DDC) is known color: Picton Blue. HEX triplet: 57, 9D and DC. RGB value is (87,157,220). Sum of RGB (Red+Green+Blue) = 87+157+220=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #579DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579DDC is #A86223. Grayscale: #8E8E8E. Windows color (decimal): -11035172 or 14458199. OLE color: 14458199.
HSL color Cylindrical-coordinate representation of color #579DDC: hue angle of 208.42º 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 #579DDC is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 157 | 220 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.14 |
| HSL | 208.42º | 0.66% | 0.6% | - |
| HSV(B) | 208.42º | 0.6% | 0.86% | - |
| XYZ | 28.91 | 31.31 | 72.23 | - |
| YUV | 143.25 | 171.31 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 220 | 0.60 | 0.29 | 0 | 0.14 | 208.42 | 0.66 | 0.6 |
| Hex | 57 | 9D | DC | 3C | 1D | 0 | E | D0 | 42 | 3C |
| Octal | 127 | 235 | 334 | 74 | 35 | 0 | 16 | 320 | 102 | 74 |
| Binary | 1010111 | 10011101 | 11011100 | 111100 | 11101 | 0 | 1110 | 11010000 | 1000010 | 111100 |
Color Harmonies of #579DDC
Complementary color
Monochromatic Colors of #579DDC
Black with #579DDC
Text Example
Text Example
White with #579DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579DDC; }
p { color: rgb(87,157,220); }
H1.HeaderClassName
{
color: #579DDC;
}
.AnyTagClassName
{
color: #579DDC;
}
</style>
background-color css
<style>
a { background-color: #579DDC; }
a { background-color: rgb(87,157,220); }
div.DivClassName
{
background-color: #579DDC;
}
.BgClassName
{
background-color: #579DDC;
}
</style>
border-color css
<style>
span { border-color: #579DDC; }
span { border-color: rgb(87,157,220); }
td.TdClassName
{
border-color: #579DDC;
}
.TagClassName
{
border-color: #579DDC;
}
</style>