Shades of Picton Blue #57A6CC
Tints of Picton Blue #57A6CC
RGB
CMYK
RGB Variations
Color information
#57A6CC (or 0x57A6CC) is known color: Picton Blue. HEX triplet: 57, A6 and CC. RGB value is (87,166,204). Sum of RGB (Red+Green+Blue) = 87+166+204=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #57A6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A6CC is #A85933. Grayscale: #929292. Windows color (decimal): -11032884 or 13411927. OLE color: 13411927.
HSL color Cylindrical-coordinate representation of color #57A6CC: hue angle of 199.49º 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 #57A6CC is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 166 | 204 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.2 |
| HSL | 199.49º | 0.53% | 0.57% | - |
| HSV(B) | 199.49º | 0.57% | 0.8% | - |
| XYZ | 28.47 | 33.66 | 62.12 | - |
| YUV | 146.71 | 160.33 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 166 | 204 | 0.57 | 0.19 | 0 | 0.2 | 199.49 | 0.53 | 0.57 |
| Hex | 57 | A6 | CC | 39 | 13 | 0 | 14 | C7 | 35 | 39 |
| Octal | 127 | 246 | 314 | 71 | 23 | 0 | 24 | 307 | 65 | 71 |
| Binary | 1010111 | 10100110 | 11001100 | 111001 | 10011 | 0 | 10100 | 11000111 | 110101 | 111001 |
Color Harmonies of #57A6CC
Complementary color
Monochromatic Colors of #57A6CC
Black with #57A6CC
Text Example
Text Example
White with #57A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A6CC; }
p { color: rgb(87,166,204); }
H1.HeaderClassName
{
color: #57A6CC;
}
.AnyTagClassName
{
color: #57A6CC;
}
</style>
background-color css
<style>
a { background-color: #57A6CC; }
a { background-color: rgb(87,166,204); }
div.DivClassName
{
background-color: #57A6CC;
}
.BgClassName
{
background-color: #57A6CC;
}
</style>
border-color css
<style>
span { border-color: #57A6CC; }
span { border-color: rgb(87,166,204); }
td.TdClassName
{
border-color: #57A6CC;
}
.TagClassName
{
border-color: #57A6CC;
}
</style>