Shades of Picton Blue #57A3E1
Tints of Picton Blue #57A3E1
RGB
CMYK
RGB Variations
Color information
#57A3E1 (or 0x57A3E1) is known color: Picton Blue. HEX triplet: 57, A3 and E1. RGB value is (87,163,225). Sum of RGB (Red+Green+Blue) = 87+163+225=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #57A3E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A3E1 is #A85C1E. Grayscale: #939393. Windows color (decimal): -11033631 or 14787415. OLE color: 14787415.
HSL color Cylindrical-coordinate representation of color #57A3E1: hue angle of 206.96º 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 #57A3E1 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 163 | 225 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.12 |
| HSL | 206.96º | 0.7% | 0.61% | - |
| HSV(B) | 206.96º | 0.61% | 0.88% | - |
| XYZ | 30.62 | 33.66 | 76.12 | - |
| YUV | 147.34 | 171.82 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 225 | 0.61 | 0.28 | 0 | 0.12 | 206.96 | 0.7 | 0.61 |
| Hex | 57 | A3 | E1 | 3D | 1C | 0 | C | CF | 46 | 3D |
| Octal | 127 | 243 | 341 | 75 | 34 | 0 | 14 | 317 | 106 | 75 |
| Binary | 1010111 | 10100011 | 11100001 | 111101 | 11100 | 0 | 1100 | 11001111 | 1000110 | 111101 |
Color Harmonies of #57A3E1
Complementary color
Monochromatic Colors of #57A3E1
Black with #57A3E1
Text Example
Text Example
White with #57A3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A3E1; }
p { color: rgb(87,163,225); }
H1.HeaderClassName
{
color: #57A3E1;
}
.AnyTagClassName
{
color: #57A3E1;
}
</style>
background-color css
<style>
a { background-color: #57A3E1; }
a { background-color: rgb(87,163,225); }
div.DivClassName
{
background-color: #57A3E1;
}
.BgClassName
{
background-color: #57A3E1;
}
</style>
border-color css
<style>
span { border-color: #57A3E1; }
span { border-color: rgb(87,163,225); }
td.TdClassName
{
border-color: #57A3E1;
}
.TagClassName
{
border-color: #57A3E1;
}
</style>