Shades of Picton Blue #57ADDA
Tints of Picton Blue #57ADDA
RGB
CMYK
RGB Variations
Color information
#57ADDA (or 0x57ADDA) is known color: Picton Blue. HEX triplet: 57, AD and DA. RGB value is (87,173,218). Sum of RGB (Red+Green+Blue) = 87+173+218=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #57ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADDA is #A85225. Grayscale: #989898. Windows color (decimal): -11031078 or 14331223. OLE color: 14331223.
HSL color Cylindrical-coordinate representation of color #57ADDA: hue angle of 200.61º 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 #57ADDA is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 173 | 218 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.15 |
| HSL | 200.61º | 0.64% | 0.6% | - |
| HSV(B) | 200.61º | 0.6% | 0.85% | - |
| XYZ | 31.53 | 36.98 | 71.8 | - |
| YUV | 152.42 | 165.01 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 218 | 0.60 | 0.21 | 0 | 0.15 | 200.61 | 0.64 | 0.6 |
| Hex | 57 | AD | DA | 3C | 15 | 0 | F | C9 | 40 | 3C |
| Octal | 127 | 255 | 332 | 74 | 25 | 0 | 17 | 311 | 100 | 74 |
| Binary | 1010111 | 10101101 | 11011010 | 111100 | 10101 | 0 | 1111 | 11001001 | 1000000 | 111100 |
Color Harmonies of #57ADDA
Complementary color
Monochromatic Colors of #57ADDA
Black with #57ADDA
Text Example
Text Example
White with #57ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADDA; }
p { color: rgb(87,173,218); }
H1.HeaderClassName
{
color: #57ADDA;
}
.AnyTagClassName
{
color: #57ADDA;
}
</style>
background-color css
<style>
a { background-color: #57ADDA; }
a { background-color: rgb(87,173,218); }
div.DivClassName
{
background-color: #57ADDA;
}
.BgClassName
{
background-color: #57ADDA;
}
</style>
border-color css
<style>
span { border-color: #57ADDA; }
span { border-color: rgb(87,173,218); }
td.TdClassName
{
border-color: #57ADDA;
}
.TagClassName
{
border-color: #57ADDA;
}
</style>