Shades of Picton Blue #57ADD5
Tints of Picton Blue #57ADD5
RGB
CMYK
RGB Variations
Color information
#57ADD5 (or 0x57ADD5) is known color: Picton Blue. HEX triplet: 57, AD and D5. RGB value is (87,173,213). Sum of RGB (Red+Green+Blue) = 87+173+213=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #57ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADD5 is #A8522A. Grayscale: #979797. Windows color (decimal): -11031083 or 14003543. OLE color: 14003543.
HSL color Cylindrical-coordinate representation of color #57ADD5: hue angle of 199.05º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57ADD5 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 173 | 213 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.16 |
| HSL | 199.05º | 0.6% | 0.59% | - |
| HSV(B) | 199.05º | 0.59% | 0.84% | - |
| XYZ | 30.88 | 36.72 | 68.41 | - |
| YUV | 151.85 | 162.51 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 213 | 0.59 | 0.19 | 0 | 0.16 | 199.05 | 0.6 | 0.59 |
| Hex | 57 | AD | D5 | 3B | 13 | 0 | 10 | C7 | 3C | 3B |
| Octal | 127 | 255 | 325 | 73 | 23 | 0 | 20 | 307 | 74 | 73 |
| Binary | 1010111 | 10101101 | 11010101 | 111011 | 10011 | 0 | 10000 | 11000111 | 111100 | 111011 |
Color Harmonies of #57ADD5
Complementary color
Monochromatic Colors of #57ADD5
Black with #57ADD5
Text Example
Text Example
White with #57ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADD5; }
p { color: rgb(87,173,213); }
H1.HeaderClassName
{
color: #57ADD5;
}
.AnyTagClassName
{
color: #57ADD5;
}
</style>
background-color css
<style>
a { background-color: #57ADD5; }
a { background-color: rgb(87,173,213); }
div.DivClassName
{
background-color: #57ADD5;
}
.BgClassName
{
background-color: #57ADD5;
}
</style>
border-color css
<style>
span { border-color: #57ADD5; }
span { border-color: rgb(87,173,213); }
td.TdClassName
{
border-color: #57ADD5;
}
.TagClassName
{
border-color: #57ADD5;
}
</style>