Shades of Picton Blue #57A1DD
Tints of Picton Blue #57A1DD
RGB
CMYK
RGB Variations
Color information
#57A1DD (or 0x57A1DD) is known color: Picton Blue. HEX triplet: 57, A1 and DD. RGB value is (87,161,221). Sum of RGB (Red+Green+Blue) = 87+161+221=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #57A1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A1DD is #A85E22. Grayscale: #919191. Windows color (decimal): -11034147 or 14524759. OLE color: 14524759.
HSL color Cylindrical-coordinate representation of color #57A1DD: hue angle of 206.87º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57A1DD is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 161 | 221 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.13 |
| HSL | 206.87º | 0.66% | 0.6% | - |
| HSV(B) | 206.87º | 0.61% | 0.87% | - |
| XYZ | 29.73 | 32.74 | 73.16 | - |
| YUV | 145.71 | 170.48 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 161 | 221 | 0.61 | 0.27 | 0 | 0.13 | 206.87 | 0.66 | 0.6 |
| Hex | 57 | A1 | DD | 3D | 1B | 0 | D | CF | 42 | 3C |
| Octal | 127 | 241 | 335 | 75 | 33 | 0 | 15 | 317 | 102 | 74 |
| Binary | 1010111 | 10100001 | 11011101 | 111101 | 11011 | 0 | 1101 | 11001111 | 1000010 | 111100 |
Color Harmonies of #57A1DD
Complementary color
Monochromatic Colors of #57A1DD
Black with #57A1DD
Text Example
Text Example
White with #57A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A1DD; }
p { color: rgb(87,161,221); }
H1.HeaderClassName
{
color: #57A1DD;
}
.AnyTagClassName
{
color: #57A1DD;
}
</style>
background-color css
<style>
a { background-color: #57A1DD; }
a { background-color: rgb(87,161,221); }
div.DivClassName
{
background-color: #57A1DD;
}
.BgClassName
{
background-color: #57A1DD;
}
</style>
border-color css
<style>
span { border-color: #57A1DD; }
span { border-color: rgb(87,161,221); }
td.TdClassName
{
border-color: #57A1DD;
}
.TagClassName
{
border-color: #57A1DD;
}
</style>