Shades of Picton Blue #57A4C3
Tints of Picton Blue #57A4C3
RGB
CMYK
RGB Variations
Color information
#57A4C3 (or 0x57A4C3) is known color: Picton Blue. HEX triplet: 57, A4 and C3. RGB value is (87,164,195). Sum of RGB (Red+Green+Blue) = 87+164+195=446 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.51% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #57A4C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A4C3 is #A85B3C. Grayscale: #909090. Windows color (decimal): -11033405 or 12821591. OLE color: 12821591.
HSL color Cylindrical-coordinate representation of color #57A4C3: hue angle of 197.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57A4C3 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 164 | 195 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.24 |
| HSL | 197.22º | 0.47% | 0.55% | - |
| HSV(B) | 197.22º | 0.55% | 0.76% | - |
| XYZ | 27.06 | 32.52 | 56.48 | - |
| YUV | 144.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 195 | 0.55 | 0.16 | 0 | 0.24 | 197.22 | 0.47 | 0.55 |
| Hex | 57 | A4 | C3 | 37 | 10 | 0 | 18 | C5 | 2F | 37 |
| Octal | 127 | 244 | 303 | 67 | 20 | 0 | 30 | 305 | 57 | 67 |
| Binary | 1010111 | 10100100 | 11000011 | 110111 | 10000 | 0 | 11000 | 11000101 | 101111 | 110111 |
Color Harmonies of #57A4C3
Complementary color
Monochromatic Colors of #57A4C3
Black with #57A4C3
Text Example
Text Example
White with #57A4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A4C3; }
p { color: rgb(87,164,195); }
H1.HeaderClassName
{
color: #57A4C3;
}
.AnyTagClassName
{
color: #57A4C3;
}
</style>
background-color css
<style>
a { background-color: #57A4C3; }
a { background-color: rgb(87,164,195); }
div.DivClassName
{
background-color: #57A4C3;
}
.BgClassName
{
background-color: #57A4C3;
}
</style>
border-color css
<style>
span { border-color: #57A4C3; }
span { border-color: rgb(87,164,195); }
td.TdClassName
{
border-color: #57A4C3;
}
.TagClassName
{
border-color: #57A4C3;
}
</style>