Shades of Picton Blue #57A0D9
Tints of Picton Blue #57A0D9
RGB
CMYK
RGB Variations
Color information
#57A0D9 (or 0x57A0D9) is known color: Picton Blue. HEX triplet: 57, A0 and D9. RGB value is (87,160,217). Sum of RGB (Red+Green+Blue) = 87+160+217=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #57A0D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A0D9 is #A85F26. Grayscale: #909090. Windows color (decimal): -11034407 or 14262359. OLE color: 14262359.
HSL color Cylindrical-coordinate representation of color #57A0D9: hue angle of 206.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57A0D9 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 160 | 217 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.15 |
| HSL | 206.31º | 0.63% | 0.6% | - |
| HSV(B) | 206.31º | 0.6% | 0.85% | - |
| XYZ | 29.03 | 32.18 | 70.33 | - |
| YUV | 144.67 | 168.82 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 217 | 0.60 | 0.26 | 0 | 0.15 | 206.31 | 0.63 | 0.6 |
| Hex | 57 | A0 | D9 | 3C | 1A | 0 | F | CE | 3F | 3C |
| Octal | 127 | 240 | 331 | 74 | 32 | 0 | 17 | 316 | 77 | 74 |
| Binary | 1010111 | 10100000 | 11011001 | 111100 | 11010 | 0 | 1111 | 11001110 | 111111 | 111100 |
Color Harmonies of #57A0D9
Complementary color
Monochromatic Colors of #57A0D9
Black with #57A0D9
Text Example
Text Example
White with #57A0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A0D9; }
p { color: rgb(87,160,217); }
H1.HeaderClassName
{
color: #57A0D9;
}
.AnyTagClassName
{
color: #57A0D9;
}
</style>
background-color css
<style>
a { background-color: #57A0D9; }
a { background-color: rgb(87,160,217); }
div.DivClassName
{
background-color: #57A0D9;
}
.BgClassName
{
background-color: #57A0D9;
}
</style>
border-color css
<style>
span { border-color: #57A0D9; }
span { border-color: rgb(87,160,217); }
td.TdClassName
{
border-color: #57A0D9;
}
.TagClassName
{
border-color: #57A0D9;
}
</style>