Shades of Picton Blue #57A8E1
Tints of Picton Blue #57A8E1
RGB
CMYK
RGB Variations
Color information
#57A8E1 (or 0x57A8E1) is known color: Picton Blue. HEX triplet: 57, A8 and E1. RGB value is (87,168,225). Sum of RGB (Red+Green+Blue) = 87+168+225=480 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.12% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #57A8E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8E1 is #A8571E. Grayscale: #959595. Windows color (decimal): -11032351 or 14788695. OLE color: 14788695.
HSL color Cylindrical-coordinate representation of color #57A8E1: hue angle of 204.78º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57A8E1 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 168 | 225 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.12 |
| HSL | 204.78º | 0.7% | 0.61% | - |
| HSV(B) | 204.78º | 0.61% | 0.88% | - |
| XYZ | 31.52 | 35.47 | 76.42 | - |
| YUV | 150.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 225 | 0.61 | 0.25 | 0 | 0.12 | 204.78 | 0.7 | 0.61 |
| Hex | 57 | A8 | E1 | 3D | 19 | 0 | C | CD | 46 | 3D |
| Octal | 127 | 250 | 341 | 75 | 31 | 0 | 14 | 315 | 106 | 75 |
| Binary | 1010111 | 10101000 | 11100001 | 111101 | 11001 | 0 | 1100 | 11001101 | 1000110 | 111101 |
Color Harmonies of #57A8E1
Complementary color
Monochromatic Colors of #57A8E1
Black with #57A8E1
Text Example
Text Example
White with #57A8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8E1; }
p { color: rgb(87,168,225); }
H1.HeaderClassName
{
color: #57A8E1;
}
.AnyTagClassName
{
color: #57A8E1;
}
</style>
background-color css
<style>
a { background-color: #57A8E1; }
a { background-color: rgb(87,168,225); }
div.DivClassName
{
background-color: #57A8E1;
}
.BgClassName
{
background-color: #57A8E1;
}
</style>
border-color css
<style>
span { border-color: #57A8E1; }
span { border-color: rgb(87,168,225); }
td.TdClassName
{
border-color: #57A8E1;
}
.TagClassName
{
border-color: #57A8E1;
}
</style>