Shades of Picton Blue #57A0CA
Tints of Picton Blue #57A0CA
RGB
CMYK
RGB Variations
Color information
#57A0CA (or 0x57A0CA) is known color: Picton Blue. HEX triplet: 57, A0 and CA. RGB value is (87,160,202). Sum of RGB (Red+Green+Blue) = 87+160+202=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #57A0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A0CA is #A85F35. Grayscale: #8E8E8E. Windows color (decimal): -11034422 or 13279319. OLE color: 13279319.
HSL color Cylindrical-coordinate representation of color #57A0CA: hue angle of 201.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57A0CA is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 160 | 202 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.21 |
| HSL | 201.91º | 0.52% | 0.57% | - |
| HSV(B) | 201.91º | 0.57% | 0.79% | - |
| XYZ | 27.16 | 31.43 | 60.51 | - |
| YUV | 142.96 | 161.32 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 202 | 0.57 | 0.21 | 0 | 0.21 | 201.91 | 0.52 | 0.57 |
| Hex | 57 | A0 | CA | 39 | 15 | 0 | 15 | CA | 34 | 39 |
| Octal | 127 | 240 | 312 | 71 | 25 | 0 | 25 | 312 | 64 | 71 |
| Binary | 1010111 | 10100000 | 11001010 | 111001 | 10101 | 0 | 10101 | 11001010 | 110100 | 111001 |
Color Harmonies of #57A0CA
Complementary color
Monochromatic Colors of #57A0CA
Black with #57A0CA
Text Example
Text Example
White with #57A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A0CA; }
p { color: rgb(87,160,202); }
H1.HeaderClassName
{
color: #57A0CA;
}
.AnyTagClassName
{
color: #57A0CA;
}
</style>
background-color css
<style>
a { background-color: #57A0CA; }
a { background-color: rgb(87,160,202); }
div.DivClassName
{
background-color: #57A0CA;
}
.BgClassName
{
background-color: #57A0CA;
}
</style>
border-color css
<style>
span { border-color: #57A0CA; }
span { border-color: rgb(87,160,202); }
td.TdClassName
{
border-color: #57A0CA;
}
.TagClassName
{
border-color: #57A0CA;
}
</style>