Shades of Picton Blue #57A8DA
Tints of Picton Blue #57A8DA
RGB
CMYK
RGB Variations
Color information
#57A8DA (or 0x57A8DA) is known color: Picton Blue. HEX triplet: 57, A8 and DA. RGB value is (87,168,218). Sum of RGB (Red+Green+Blue) = 87+168+218=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #57A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8DA is #A85725. Grayscale: #959595. Windows color (decimal): -11032358 or 14329943. OLE color: 14329943.
HSL color Cylindrical-coordinate representation of color #57A8DA: hue angle of 202.9º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57A8DA is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 168 | 218 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.15 |
| HSL | 202.9º | 0.64% | 0.6% | - |
| HSV(B) | 202.9º | 0.6% | 0.85% | - |
| XYZ | 30.59 | 35.09 | 71.49 | - |
| YUV | 149.48 | 166.66 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 218 | 0.60 | 0.23 | 0 | 0.15 | 202.9 | 0.64 | 0.6 |
| Hex | 57 | A8 | DA | 3C | 17 | 0 | F | CB | 40 | 3C |
| Octal | 127 | 250 | 332 | 74 | 27 | 0 | 17 | 313 | 100 | 74 |
| Binary | 1010111 | 10101000 | 11011010 | 111100 | 10111 | 0 | 1111 | 11001011 | 1000000 | 111100 |
Color Harmonies of #57A8DA
Complementary color
Monochromatic Colors of #57A8DA
Black with #57A8DA
Text Example
Text Example
White with #57A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8DA; }
p { color: rgb(87,168,218); }
H1.HeaderClassName
{
color: #57A8DA;
}
.AnyTagClassName
{
color: #57A8DA;
}
</style>
background-color css
<style>
a { background-color: #57A8DA; }
a { background-color: rgb(87,168,218); }
div.DivClassName
{
background-color: #57A8DA;
}
.BgClassName
{
background-color: #57A8DA;
}
</style>
border-color css
<style>
span { border-color: #57A8DA; }
span { border-color: rgb(87,168,218); }
td.TdClassName
{
border-color: #57A8DA;
}
.TagClassName
{
border-color: #57A8DA;
}
</style>