Shades of Picton Blue #57A4CC
Tints of Picton Blue #57A4CC
RGB
CMYK
RGB Variations
Color information
#57A4CC (or 0x57A4CC) is known color: Picton Blue. HEX triplet: 57, A4 and CC. RGB value is (87,164,204). Sum of RGB (Red+Green+Blue) = 87+164+204=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #57A4CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A4CC is #A85B33. Grayscale: #919191. Windows color (decimal): -11033396 or 13411415. OLE color: 13411415.
HSL color Cylindrical-coordinate representation of color #57A4CC: hue angle of 200.51º 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 #57A4CC is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 164 | 204 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.2 |
| HSL | 200.51º | 0.53% | 0.57% | - |
| HSV(B) | 200.51º | 0.57% | 0.8% | - |
| XYZ | 28.11 | 32.94 | 62 | - |
| YUV | 145.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 204 | 0.57 | 0.20 | 0 | 0.2 | 200.51 | 0.53 | 0.57 |
| Hex | 57 | A4 | CC | 39 | 14 | 0 | 14 | C9 | 35 | 39 |
| Octal | 127 | 244 | 314 | 71 | 24 | 0 | 24 | 311 | 65 | 71 |
| Binary | 1010111 | 10100100 | 11001100 | 111001 | 10100 | 0 | 10100 | 11001001 | 110101 | 111001 |
Color Harmonies of #57A4CC
Complementary color
Monochromatic Colors of #57A4CC
Black with #57A4CC
Text Example
Text Example
White with #57A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A4CC; }
p { color: rgb(87,164,204); }
H1.HeaderClassName
{
color: #57A4CC;
}
.AnyTagClassName
{
color: #57A4CC;
}
</style>
background-color css
<style>
a { background-color: #57A4CC; }
a { background-color: rgb(87,164,204); }
div.DivClassName
{
background-color: #57A4CC;
}
.BgClassName
{
background-color: #57A4CC;
}
</style>
border-color css
<style>
span { border-color: #57A4CC; }
span { border-color: rgb(87,164,204); }
td.TdClassName
{
border-color: #57A4CC;
}
.TagClassName
{
border-color: #57A4CC;
}
</style>