Shades of Picton Blue #57A7CC
Tints of Picton Blue #57A7CC
RGB
CMYK
RGB Variations
Color information
#57A7CC (or 0x57A7CC) is known color: Picton Blue. HEX triplet: 57, A7 and CC. RGB value is (87,167,204). Sum of RGB (Red+Green+Blue) = 87+167+204=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #57A7CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A7CC is #A85833. Grayscale: #939393. Windows color (decimal): -11032628 or 13412183. OLE color: 13412183.
HSL color Cylindrical-coordinate representation of color #57A7CC: hue angle of 198.97º 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 #57A7CC is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 167 | 204 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.2 |
| HSL | 198.97º | 0.53% | 0.57% | - |
| HSV(B) | 198.97º | 0.57% | 0.8% | - |
| XYZ | 28.65 | 34.02 | 62.18 | - |
| YUV | 147.3 | 160 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 167 | 204 | 0.57 | 0.18 | 0 | 0.2 | 198.97 | 0.53 | 0.57 |
| Hex | 57 | A7 | CC | 39 | 12 | 0 | 14 | C7 | 35 | 39 |
| Octal | 127 | 247 | 314 | 71 | 22 | 0 | 24 | 307 | 65 | 71 |
| Binary | 1010111 | 10100111 | 11001100 | 111001 | 10010 | 0 | 10100 | 11000111 | 110101 | 111001 |
Color Harmonies of #57A7CC
Complementary color
Monochromatic Colors of #57A7CC
Black with #57A7CC
Text Example
Text Example
White with #57A7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A7CC; }
p { color: rgb(87,167,204); }
H1.HeaderClassName
{
color: #57A7CC;
}
.AnyTagClassName
{
color: #57A7CC;
}
</style>
background-color css
<style>
a { background-color: #57A7CC; }
a { background-color: rgb(87,167,204); }
div.DivClassName
{
background-color: #57A7CC;
}
.BgClassName
{
background-color: #57A7CC;
}
</style>
border-color css
<style>
span { border-color: #57A7CC; }
span { border-color: rgb(87,167,204); }
td.TdClassName
{
border-color: #57A7CC;
}
.TagClassName
{
border-color: #57A7CC;
}
</style>