Shades of Picton Blue #57A2D9
Tints of Picton Blue #57A2D9
RGB
CMYK
RGB Variations
Color information
#57A2D9 (or 0x57A2D9) is known color: Picton Blue. HEX triplet: 57, A2 and D9. RGB value is (87,162,217). Sum of RGB (Red+Green+Blue) = 87+162+217=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #57A2D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A2D9 is #A85D26. Grayscale: #919191. Windows color (decimal): -11033895 or 14262871. OLE color: 14262871.
HSL color Cylindrical-coordinate representation of color #57A2D9: hue angle of 205.38º 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 #57A2D9 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 162 | 217 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.15 |
| HSL | 205.38º | 0.63% | 0.6% | - |
| HSV(B) | 205.38º | 0.6% | 0.85% | - |
| XYZ | 29.38 | 32.88 | 70.44 | - |
| YUV | 145.85 | 168.15 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 217 | 0.60 | 0.25 | 0 | 0.15 | 205.38 | 0.63 | 0.6 |
| Hex | 57 | A2 | D9 | 3C | 19 | 0 | F | CD | 3F | 3C |
| Octal | 127 | 242 | 331 | 74 | 31 | 0 | 17 | 315 | 77 | 74 |
| Binary | 1010111 | 10100010 | 11011001 | 111100 | 11001 | 0 | 1111 | 11001101 | 111111 | 111100 |
Color Harmonies of #57A2D9
Complementary color
Monochromatic Colors of #57A2D9
Black with #57A2D9
Text Example
Text Example
White with #57A2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A2D9; }
p { color: rgb(87,162,217); }
H1.HeaderClassName
{
color: #57A2D9;
}
.AnyTagClassName
{
color: #57A2D9;
}
</style>
background-color css
<style>
a { background-color: #57A2D9; }
a { background-color: rgb(87,162,217); }
div.DivClassName
{
background-color: #57A2D9;
}
.BgClassName
{
background-color: #57A2D9;
}
</style>
border-color css
<style>
span { border-color: #57A2D9; }
span { border-color: rgb(87,162,217); }
td.TdClassName
{
border-color: #57A2D9;
}
.TagClassName
{
border-color: #57A2D9;
}
</style>