Shades of Picton Blue #57AADC
Tints of Picton Blue #57AADC
RGB
CMYK
RGB Variations
Color information
#57AADC (or 0x57AADC) is known color: Picton Blue. HEX triplet: 57, AA and DC. RGB value is (87,170,220). Sum of RGB (Red+Green+Blue) = 87+170+220=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #57AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AADC is #A85523. Grayscale: #969696. Windows color (decimal): -11031844 or 14461527. OLE color: 14461527.
HSL color Cylindrical-coordinate representation of color #57AADC: hue angle of 202.56º 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 #57AADC is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 170 | 220 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.14 |
| HSL | 202.56º | 0.66% | 0.6% | - |
| HSV(B) | 202.56º | 0.6% | 0.86% | - |
| XYZ | 31.22 | 35.94 | 73 | - |
| YUV | 150.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 220 | 0.60 | 0.23 | 0 | 0.14 | 202.56 | 0.66 | 0.6 |
| Hex | 57 | AA | DC | 3C | 17 | 0 | E | CB | 42 | 3C |
| Octal | 127 | 252 | 334 | 74 | 27 | 0 | 16 | 313 | 102 | 74 |
| Binary | 1010111 | 10101010 | 11011100 | 111100 | 10111 | 0 | 1110 | 11001011 | 1000010 | 111100 |
Color Harmonies of #57AADC
Complementary color
Monochromatic Colors of #57AADC
Black with #57AADC
Text Example
Text Example
White with #57AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AADC; }
p { color: rgb(87,170,220); }
H1.HeaderClassName
{
color: #57AADC;
}
.AnyTagClassName
{
color: #57AADC;
}
</style>
background-color css
<style>
a { background-color: #57AADC; }
a { background-color: rgb(87,170,220); }
div.DivClassName
{
background-color: #57AADC;
}
.BgClassName
{
background-color: #57AADC;
}
</style>
border-color css
<style>
span { border-color: #57AADC; }
span { border-color: rgb(87,170,220); }
td.TdClassName
{
border-color: #57AADC;
}
.TagClassName
{
border-color: #57AADC;
}
</style>