Shades of Picton Blue #57AACC
Tints of Picton Blue #57AACC
RGB
CMYK
RGB Variations
Color information
#57AACC (or 0x57AACC) is known color: Picton Blue. HEX triplet: 57, AA and CC. RGB value is (87,170,204). Sum of RGB (Red+Green+Blue) = 87+170+204=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #57AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AACC is #A85533. Grayscale: #949494. Windows color (decimal): -11031860 or 13412951. OLE color: 13412951.
HSL color Cylindrical-coordinate representation of color #57AACC: hue angle of 197.44º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57AACC is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 170 | 204 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.2 |
| HSL | 197.44º | 0.53% | 0.57% | - |
| HSV(B) | 197.44º | 0.57% | 0.8% | - |
| XYZ | 29.2 | 35.14 | 62.37 | - |
| YUV | 149.06 | 159 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 204 | 0.57 | 0.17 | 0 | 0.2 | 197.44 | 0.53 | 0.57 |
| Hex | 57 | AA | CC | 39 | 11 | 0 | 14 | C5 | 35 | 39 |
| Octal | 127 | 252 | 314 | 71 | 21 | 0 | 24 | 305 | 65 | 71 |
| Binary | 1010111 | 10101010 | 11001100 | 111001 | 10001 | 0 | 10100 | 11000101 | 110101 | 111001 |
Color Harmonies of #57AACC
Complementary color
Monochromatic Colors of #57AACC
Black with #57AACC
Text Example
Text Example
White with #57AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AACC; }
p { color: rgb(87,170,204); }
H1.HeaderClassName
{
color: #57AACC;
}
.AnyTagClassName
{
color: #57AACC;
}
</style>
background-color css
<style>
a { background-color: #57AACC; }
a { background-color: rgb(87,170,204); }
div.DivClassName
{
background-color: #57AACC;
}
.BgClassName
{
background-color: #57AACC;
}
</style>
border-color css
<style>
span { border-color: #57AACC; }
span { border-color: rgb(87,170,204); }
td.TdClassName
{
border-color: #57AACC;
}
.TagClassName
{
border-color: #57AACC;
}
</style>