Shades of Picton Blue #57A8C9
Tints of Picton Blue #57A8C9
RGB
CMYK
RGB Variations
Color information
#57A8C9 (or 0x57A8C9) is known color: Picton Blue. HEX triplet: 57, A8 and C9. RGB value is (87,168,201). Sum of RGB (Red+Green+Blue) = 87+168+201=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #57A8C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8C9 is #A85736. Grayscale: #939393. Windows color (decimal): -11032375 or 13215831. OLE color: 13215831.
HSL color Cylindrical-coordinate representation of color #57A8C9: hue angle of 197.37º 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 #57A8C9 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 168 | 201 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.21 |
| HSL | 197.37º | 0.51% | 0.56% | - |
| HSV(B) | 197.37º | 0.57% | 0.79% | - |
| XYZ | 28.48 | 34.25 | 60.37 | - |
| YUV | 147.54 | 158.16 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 201 | 0.57 | 0.16 | 0 | 0.21 | 197.37 | 0.51 | 0.56 |
| Hex | 57 | A8 | C9 | 39 | 10 | 0 | 15 | C5 | 33 | 38 |
| Octal | 127 | 250 | 311 | 71 | 20 | 0 | 25 | 305 | 63 | 70 |
| Binary | 1010111 | 10101000 | 11001001 | 111001 | 10000 | 0 | 10101 | 11000101 | 110011 | 111000 |
Color Harmonies of #57A8C9
Complementary color
Monochromatic Colors of #57A8C9
Black with #57A8C9
Text Example
Text Example
White with #57A8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8C9; }
p { color: rgb(87,168,201); }
H1.HeaderClassName
{
color: #57A8C9;
}
.AnyTagClassName
{
color: #57A8C9;
}
</style>
background-color css
<style>
a { background-color: #57A8C9; }
a { background-color: rgb(87,168,201); }
div.DivClassName
{
background-color: #57A8C9;
}
.BgClassName
{
background-color: #57A8C9;
}
</style>
border-color css
<style>
span { border-color: #57A8C9; }
span { border-color: rgb(87,168,201); }
td.TdClassName
{
border-color: #57A8C9;
}
.TagClassName
{
border-color: #57A8C9;
}
</style>