Shades of Picton Blue #57A8D7
Tints of Picton Blue #57A8D7
RGB
CMYK
RGB Variations
Color information
#57A8D7 (or 0x57A8D7) is known color: Picton Blue. HEX triplet: 57, A8 and D7. RGB value is (87,168,215). Sum of RGB (Red+Green+Blue) = 87+168+215=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #57A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8D7 is #A85728. Grayscale: #949494. Windows color (decimal): -11032361 or 14133335. OLE color: 14133335.
HSL color Cylindrical-coordinate representation of color #57A8D7: hue angle of 202.03º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57A8D7 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 168 | 215 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.16 |
| HSL | 202.03º | 0.62% | 0.59% | - |
| HSV(B) | 202.03º | 0.6% | 0.84% | - |
| XYZ | 30.2 | 34.94 | 69.44 | - |
| YUV | 149.14 | 165.16 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 215 | 0.60 | 0.22 | 0 | 0.16 | 202.03 | 0.62 | 0.59 |
| Hex | 57 | A8 | D7 | 3C | 16 | 0 | 10 | CA | 3E | 3B |
| Octal | 127 | 250 | 327 | 74 | 26 | 0 | 20 | 312 | 76 | 73 |
| Binary | 1010111 | 10101000 | 11010111 | 111100 | 10110 | 0 | 10000 | 11001010 | 111110 | 111011 |
Color Harmonies of #57A8D7
Complementary color
Monochromatic Colors of #57A8D7
Black with #57A8D7
Text Example
Text Example
White with #57A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8D7; }
p { color: rgb(87,168,215); }
H1.HeaderClassName
{
color: #57A8D7;
}
.AnyTagClassName
{
color: #57A8D7;
}
</style>
background-color css
<style>
a { background-color: #57A8D7; }
a { background-color: rgb(87,168,215); }
div.DivClassName
{
background-color: #57A8D7;
}
.BgClassName
{
background-color: #57A8D7;
}
</style>
border-color css
<style>
span { border-color: #57A8D7; }
span { border-color: rgb(87,168,215); }
td.TdClassName
{
border-color: #57A8D7;
}
.TagClassName
{
border-color: #57A8D7;
}
</style>