Shades of Picton Blue #57A8CC
Tints of Picton Blue #57A8CC
RGB
CMYK
RGB Variations
Color information
#57A8CC (or 0x57A8CC) is known color: Picton Blue. HEX triplet: 57, A8 and CC. RGB value is (87,168,204). Sum of RGB (Red+Green+Blue) = 87+168+204=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #57A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8CC is #A85733. Grayscale: #939393. Windows color (decimal): -11032372 or 13412439. OLE color: 13412439.
HSL color Cylindrical-coordinate representation of color #57A8CC: hue angle of 198.46º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57A8CC is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 168 | 204 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.2 |
| HSL | 198.46º | 0.53% | 0.57% | - |
| HSV(B) | 198.46º | 0.57% | 0.8% | - |
| XYZ | 28.83 | 34.39 | 62.25 | - |
| YUV | 147.89 | 159.66 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 204 | 0.57 | 0.18 | 0 | 0.2 | 198.46 | 0.53 | 0.57 |
| Hex | 57 | A8 | CC | 39 | 12 | 0 | 14 | C6 | 35 | 39 |
| Octal | 127 | 250 | 314 | 71 | 22 | 0 | 24 | 306 | 65 | 71 |
| Binary | 1010111 | 10101000 | 11001100 | 111001 | 10010 | 0 | 10100 | 11000110 | 110101 | 111001 |
Color Harmonies of #57A8CC
Complementary color
Monochromatic Colors of #57A8CC
Black with #57A8CC
Text Example
Text Example
White with #57A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8CC; }
p { color: rgb(87,168,204); }
H1.HeaderClassName
{
color: #57A8CC;
}
.AnyTagClassName
{
color: #57A8CC;
}
</style>
background-color css
<style>
a { background-color: #57A8CC; }
a { background-color: rgb(87,168,204); }
div.DivClassName
{
background-color: #57A8CC;
}
.BgClassName
{
background-color: #57A8CC;
}
</style>
border-color css
<style>
span { border-color: #57A8CC; }
span { border-color: rgb(87,168,204); }
td.TdClassName
{
border-color: #57A8CC;
}
.TagClassName
{
border-color: #57A8CC;
}
</style>