Shades of Picton Blue #57A7DB
Tints of Picton Blue #57A7DB
RGB
CMYK
RGB Variations
Color information
#57A7DB (or 0x57A7DB) is known color: Picton Blue. HEX triplet: 57, A7 and DB. RGB value is (87,167,219). Sum of RGB (Red+Green+Blue) = 87+167+219=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #57A7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A7DB is #A85824. Grayscale: #949494. Windows color (decimal): -11032613 or 14395223. OLE color: 14395223.
HSL color Cylindrical-coordinate representation of color #57A7DB: hue angle of 203.64º 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 #57A7DB is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 167 | 219 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.14 |
| HSL | 203.64º | 0.65% | 0.6% | - |
| HSV(B) | 203.64º | 0.6% | 0.86% | - |
| XYZ | 30.54 | 34.78 | 72.12 | - |
| YUV | 149.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 167 | 219 | 0.60 | 0.24 | 0 | 0.14 | 203.64 | 0.65 | 0.6 |
| Hex | 57 | A7 | DB | 3C | 18 | 0 | E | CC | 41 | 3C |
| Octal | 127 | 247 | 333 | 74 | 30 | 0 | 16 | 314 | 101 | 74 |
| Binary | 1010111 | 10100111 | 11011011 | 111100 | 11000 | 0 | 1110 | 11001100 | 1000001 | 111100 |
Color Harmonies of #57A7DB
Complementary color
Monochromatic Colors of #57A7DB
Black with #57A7DB
Text Example
Text Example
White with #57A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A7DB; }
p { color: rgb(87,167,219); }
H1.HeaderClassName
{
color: #57A7DB;
}
.AnyTagClassName
{
color: #57A7DB;
}
</style>
background-color css
<style>
a { background-color: #57A7DB; }
a { background-color: rgb(87,167,219); }
div.DivClassName
{
background-color: #57A7DB;
}
.BgClassName
{
background-color: #57A7DB;
}
</style>
border-color css
<style>
span { border-color: #57A7DB; }
span { border-color: rgb(87,167,219); }
td.TdClassName
{
border-color: #57A7DB;
}
.TagClassName
{
border-color: #57A7DB;
}
</style>