Shades of Picton Blue #57A3E4
Tints of Picton Blue #57A3E4
RGB
CMYK
RGB Variations
Color information
#57A3E4 (or 0x57A3E4) is known color: Picton Blue. HEX triplet: 57, A3 and E4. RGB value is (87,163,228). Sum of RGB (Red+Green+Blue) = 87+163+228=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #57A3E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A3E4 is #A85C1B. Grayscale: #939393. Windows color (decimal): -11033628 or 14984023. OLE color: 14984023.
HSL color Cylindrical-coordinate representation of color #57A3E4: hue angle of 207.66º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57A3E4 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 163 | 228 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.11 |
| HSL | 207.66º | 0.72% | 0.62% | - |
| HSV(B) | 207.66º | 0.62% | 0.89% | - |
| XYZ | 31.03 | 33.82 | 78.29 | - |
| YUV | 147.69 | 173.32 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 228 | 0.62 | 0.29 | 0 | 0.11 | 207.66 | 0.72 | 0.62 |
| Hex | 57 | A3 | E4 | 3E | 1D | 0 | B | D0 | 48 | 3E |
| Octal | 127 | 243 | 344 | 76 | 35 | 0 | 13 | 320 | 110 | 76 |
| Binary | 1010111 | 10100011 | 11100100 | 111110 | 11101 | 0 | 1011 | 11010000 | 1001000 | 111110 |
Color Harmonies of #57A3E4
Complementary color
Monochromatic Colors of #57A3E4
Black with #57A3E4
Text Example
Text Example
White with #57A3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A3E4; }
p { color: rgb(87,163,228); }
H1.HeaderClassName
{
color: #57A3E4;
}
.AnyTagClassName
{
color: #57A3E4;
}
</style>
background-color css
<style>
a { background-color: #57A3E4; }
a { background-color: rgb(87,163,228); }
div.DivClassName
{
background-color: #57A3E4;
}
.BgClassName
{
background-color: #57A3E4;
}
</style>
border-color css
<style>
span { border-color: #57A3E4; }
span { border-color: rgb(87,163,228); }
td.TdClassName
{
border-color: #57A3E4;
}
.TagClassName
{
border-color: #57A3E4;
}
</style>