Shades of Picton Blue #57A0DB
Tints of Picton Blue #57A0DB
RGB
CMYK
RGB Variations
Color information
#57A0DB (or 0x57A0DB) is known color: Picton Blue. HEX triplet: 57, A0 and DB. RGB value is (87,160,219). Sum of RGB (Red+Green+Blue) = 87+160+219=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #57A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A0DB is #A85F24. Grayscale: #909090. Windows color (decimal): -11034405 or 14393431. OLE color: 14393431.
HSL color Cylindrical-coordinate representation of color #57A0DB: hue angle of 206.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57A0DB is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 160 | 219 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.14 |
| HSL | 206.82º | 0.65% | 0.6% | - |
| HSV(B) | 206.82º | 0.6% | 0.86% | - |
| XYZ | 29.29 | 32.28 | 71.71 | - |
| YUV | 144.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 219 | 0.60 | 0.27 | 0 | 0.14 | 206.82 | 0.65 | 0.6 |
| Hex | 57 | A0 | DB | 3C | 1B | 0 | E | CF | 41 | 3C |
| Octal | 127 | 240 | 333 | 74 | 33 | 0 | 16 | 317 | 101 | 74 |
| Binary | 1010111 | 10100000 | 11011011 | 111100 | 11011 | 0 | 1110 | 11001111 | 1000001 | 111100 |
Color Harmonies of #57A0DB
Complementary color
Monochromatic Colors of #57A0DB
Black with #57A0DB
Text Example
Text Example
White with #57A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A0DB; }
p { color: rgb(87,160,219); }
H1.HeaderClassName
{
color: #57A0DB;
}
.AnyTagClassName
{
color: #57A0DB;
}
</style>
background-color css
<style>
a { background-color: #57A0DB; }
a { background-color: rgb(87,160,219); }
div.DivClassName
{
background-color: #57A0DB;
}
.BgClassName
{
background-color: #57A0DB;
}
</style>
border-color css
<style>
span { border-color: #57A0DB; }
span { border-color: rgb(87,160,219); }
td.TdClassName
{
border-color: #57A0DB;
}
.TagClassName
{
border-color: #57A0DB;
}
</style>