Shades of Picton Blue #57A4C9
Tints of Picton Blue #57A4C9
RGB
CMYK
RGB Variations
Color information
#57A4C9 (or 0x57A4C9) is known color: Picton Blue. HEX triplet: 57, A4 and C9. RGB value is (87,164,201). Sum of RGB (Red+Green+Blue) = 87+164+201=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #57A4C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A4C9 is #A85B36. Grayscale: #909090. Windows color (decimal): -11033399 or 13214807. OLE color: 13214807.
HSL color Cylindrical-coordinate representation of color #57A4C9: hue angle of 199.47º 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 #57A4C9 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 164 | 201 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.21 |
| HSL | 199.47º | 0.51% | 0.56% | - |
| HSV(B) | 199.47º | 0.57% | 0.79% | - |
| XYZ | 27.75 | 32.79 | 60.13 | - |
| YUV | 145.2 | 159.49 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 201 | 0.57 | 0.18 | 0 | 0.21 | 199.47 | 0.51 | 0.56 |
| Hex | 57 | A4 | C9 | 39 | 12 | 0 | 15 | C7 | 33 | 38 |
| Octal | 127 | 244 | 311 | 71 | 22 | 0 | 25 | 307 | 63 | 70 |
| Binary | 1010111 | 10100100 | 11001001 | 111001 | 10010 | 0 | 10101 | 11000111 | 110011 | 111000 |
Color Harmonies of #57A4C9
Complementary color
Monochromatic Colors of #57A4C9
Black with #57A4C9
Text Example
Text Example
White with #57A4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A4C9; }
p { color: rgb(87,164,201); }
H1.HeaderClassName
{
color: #57A4C9;
}
.AnyTagClassName
{
color: #57A4C9;
}
</style>
background-color css
<style>
a { background-color: #57A4C9; }
a { background-color: rgb(87,164,201); }
div.DivClassName
{
background-color: #57A4C9;
}
.BgClassName
{
background-color: #57A4C9;
}
</style>
border-color css
<style>
span { border-color: #57A4C9; }
span { border-color: rgb(87,164,201); }
td.TdClassName
{
border-color: #57A4C9;
}
.TagClassName
{
border-color: #57A4C9;
}
</style>