Shades of Picton Blue #57A3C3
Tints of Picton Blue #57A3C3
RGB
CMYK
RGB Variations
Color information
#57A3C3 (or 0x57A3C3) is known color: Picton Blue. HEX triplet: 57, A3 and C3. RGB value is (87,163,195). Sum of RGB (Red+Green+Blue) = 87+163+195=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 195 - color contains mainly: blue. Hex color #57A3C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A3C3 is #A85C3C. Grayscale: #8F8F8F. Windows color (decimal): -11033661 or 12821335. OLE color: 12821335.
HSL color Cylindrical-coordinate representation of color #57A3C3: hue angle of 197.78º 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 #57A3C3 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 163 | 195 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.24 |
| HSL | 197.78º | 0.47% | 0.55% | - |
| HSV(B) | 197.78º | 0.55% | 0.76% | - |
| XYZ | 26.88 | 32.16 | 56.42 | - |
| YUV | 143.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 195 | 0.55 | 0.16 | 0 | 0.24 | 197.78 | 0.47 | 0.55 |
| Hex | 57 | A3 | C3 | 37 | 10 | 0 | 18 | C6 | 2F | 37 |
| Octal | 127 | 243 | 303 | 67 | 20 | 0 | 30 | 306 | 57 | 67 |
| Binary | 1010111 | 10100011 | 11000011 | 110111 | 10000 | 0 | 11000 | 11000110 | 101111 | 110111 |
Color Harmonies of #57A3C3
Complementary color
Monochromatic Colors of #57A3C3
Black with #57A3C3
Text Example
Text Example
White with #57A3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A3C3; }
p { color: rgb(87,163,195); }
H1.HeaderClassName
{
color: #57A3C3;
}
.AnyTagClassName
{
color: #57A3C3;
}
</style>
background-color css
<style>
a { background-color: #57A3C3; }
a { background-color: rgb(87,163,195); }
div.DivClassName
{
background-color: #57A3C3;
}
.BgClassName
{
background-color: #57A3C3;
}
</style>
border-color css
<style>
span { border-color: #57A3C3; }
span { border-color: rgb(87,163,195); }
td.TdClassName
{
border-color: #57A3C3;
}
.TagClassName
{
border-color: #57A3C3;
}
</style>