Shades of Picton Blue #57A1C9
Tints of Picton Blue #57A1C9
RGB
CMYK
RGB Variations
Color information
#57A1C9 (or 0x57A1C9) is known color: Picton Blue. HEX triplet: 57, A1 and C9. RGB value is (87,161,201). Sum of RGB (Red+Green+Blue) = 87+161+201=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #57A1C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A1C9 is #A85E36. Grayscale: #8F8F8F. Windows color (decimal): -11034167 or 13214039. OLE color: 13214039.
HSL color Cylindrical-coordinate representation of color #57A1C9: hue angle of 201.05º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57A1C9 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 161 | 201 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.21 |
| HSL | 201.05º | 0.51% | 0.56% | - |
| HSV(B) | 201.05º | 0.57% | 0.79% | - |
| XYZ | 27.22 | 31.73 | 59.95 | - |
| YUV | 143.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 161 | 201 | 0.57 | 0.20 | 0 | 0.21 | 201.05 | 0.51 | 0.56 |
| Hex | 57 | A1 | C9 | 39 | 14 | 0 | 15 | C9 | 33 | 38 |
| Octal | 127 | 241 | 311 | 71 | 24 | 0 | 25 | 311 | 63 | 70 |
| Binary | 1010111 | 10100001 | 11001001 | 111001 | 10100 | 0 | 10101 | 11001001 | 110011 | 111000 |
Color Harmonies of #57A1C9
Complementary color
Monochromatic Colors of #57A1C9
Black with #57A1C9
Text Example
Text Example
White with #57A1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A1C9; }
p { color: rgb(87,161,201); }
H1.HeaderClassName
{
color: #57A1C9;
}
.AnyTagClassName
{
color: #57A1C9;
}
</style>
background-color css
<style>
a { background-color: #57A1C9; }
a { background-color: rgb(87,161,201); }
div.DivClassName
{
background-color: #57A1C9;
}
.BgClassName
{
background-color: #57A1C9;
}
</style>
border-color css
<style>
span { border-color: #57A1C9; }
span { border-color: rgb(87,161,201); }
td.TdClassName
{
border-color: #57A1C9;
}
.TagClassName
{
border-color: #57A1C9;
}
</style>