Shades of Picton Blue #57A0CB
Tints of Picton Blue #57A0CB
RGB
CMYK
RGB Variations
Color information
#57A0CB (or 0x57A0CB) is known color: Picton Blue. HEX triplet: 57, A0 and CB. RGB value is (87,160,203). Sum of RGB (Red+Green+Blue) = 87+160+203=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #57A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A0CB is #A85F34. Grayscale: #8E8E8E. Windows color (decimal): -11034421 or 13344855. OLE color: 13344855.
HSL color Cylindrical-coordinate representation of color #57A0CB: hue angle of 202.24º 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 #57A0CB is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 160 | 203 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.20 |
| HSL | 202.24º | 0.53% | 0.57% | - |
| HSV(B) | 202.24º | 0.57% | 0.8% | - |
| XYZ | 27.28 | 31.48 | 61.14 | - |
| YUV | 143.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 203 | 0.57 | 0.21 | 0 | 0.20 | 202.24 | 0.53 | 0.57 |
| Hex | 57 | A0 | CB | 39 | 15 | 0 | 14 | CA | 35 | 39 |
| Octal | 127 | 240 | 313 | 71 | 25 | 0 | 24 | 312 | 65 | 71 |
| Binary | 1010111 | 10100000 | 11001011 | 111001 | 10101 | 0 | 10100 | 11001010 | 110101 | 111001 |
Color Harmonies of #57A0CB
Complementary color
Monochromatic Colors of #57A0CB
Black with #57A0CB
Text Example
Text Example
White with #57A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A0CB; }
p { color: rgb(87,160,203); }
H1.HeaderClassName
{
color: #57A0CB;
}
.AnyTagClassName
{
color: #57A0CB;
}
</style>
background-color css
<style>
a { background-color: #57A0CB; }
a { background-color: rgb(87,160,203); }
div.DivClassName
{
background-color: #57A0CB;
}
.BgClassName
{
background-color: #57A0CB;
}
</style>
border-color css
<style>
span { border-color: #57A0CB; }
span { border-color: rgb(87,160,203); }
td.TdClassName
{
border-color: #57A0CB;
}
.TagClassName
{
border-color: #57A0CB;
}
</style>