Shades of Picton Blue #57A0CF
Tints of Picton Blue #57A0CF
RGB
CMYK
RGB Variations
Color information
#57A0CF (or 0x57A0CF) is known color: Picton Blue. HEX triplet: 57, A0 and CF. RGB value is (87,160,207). Sum of RGB (Red+Green+Blue) = 87+160+207=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #57A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A0CF is #A85F30. Grayscale: #8F8F8F. Windows color (decimal): -11034417 or 13606999. OLE color: 13606999.
HSL color Cylindrical-coordinate representation of color #57A0CF: hue angle of 203.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57A0CF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 160 | 207 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.19 |
| HSL | 203.5º | 0.56% | 0.58% | - |
| HSV(B) | 203.5º | 0.58% | 0.81% | - |
| XYZ | 27.76 | 31.67 | 63.68 | - |
| YUV | 143.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 207 | 0.58 | 0.23 | 0 | 0.19 | 203.5 | 0.56 | 0.58 |
| Hex | 57 | A0 | CF | 3A | 17 | 0 | 13 | CC | 38 | 3A |
| Octal | 127 | 240 | 317 | 72 | 27 | 0 | 23 | 314 | 70 | 72 |
| Binary | 1010111 | 10100000 | 11001111 | 111010 | 10111 | 0 | 10011 | 11001100 | 111000 | 111010 |
Color Harmonies of #57A0CF
Complementary color
Monochromatic Colors of #57A0CF
Black with #57A0CF
Text Example
Text Example
White with #57A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A0CF; }
p { color: rgb(87,160,207); }
H1.HeaderClassName
{
color: #57A0CF;
}
.AnyTagClassName
{
color: #57A0CF;
}
</style>
background-color css
<style>
a { background-color: #57A0CF; }
a { background-color: rgb(87,160,207); }
div.DivClassName
{
background-color: #57A0CF;
}
.BgClassName
{
background-color: #57A0CF;
}
</style>
border-color css
<style>
span { border-color: #57A0CF; }
span { border-color: rgb(87,160,207); }
td.TdClassName
{
border-color: #57A0CF;
}
.TagClassName
{
border-color: #57A0CF;
}
</style>