Shades of Picton Blue #55A2CB
Tints of Picton Blue #55A2CB
RGB
CMYK
RGB Variations
Color information
#55A2CB (or 0x55A2CB) is known color: Picton Blue. HEX triplet: 55, A2 and CB. RGB value is (85,162,203). Sum of RGB (Red+Green+Blue) = 85+162+203=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 162 (63.67% from 255 or 36% 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 #55A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A2CB is #AA5D34. Grayscale: #8F8F8F. Windows color (decimal): -11164981 or 13345365. OLE color: 13345365.
HSL color Cylindrical-coordinate representation of color #55A2CB: hue angle of 200.85º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55A2CB is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 162 | 203 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.20 |
| HSL | 200.85º | 0.53% | 0.56% | - |
| HSV(B) | 200.85º | 0.58% | 0.8% | - |
| XYZ | 27.45 | 32.08 | 61.25 | - |
| YUV | 143.65 | 161.49 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 203 | 0.58 | 0.20 | 0 | 0.20 | 200.85 | 0.53 | 0.56 |
| Hex | 55 | A2 | CB | 3A | 14 | 0 | 14 | C9 | 35 | 38 |
| Octal | 125 | 242 | 313 | 72 | 24 | 0 | 24 | 311 | 65 | 70 |
| Binary | 1010101 | 10100010 | 11001011 | 111010 | 10100 | 0 | 10100 | 11001001 | 110101 | 111000 |
Color Harmonies of #55A2CB
Complementary color
Monochromatic Colors of #55A2CB
Black with #55A2CB
Text Example
Text Example
White with #55A2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2CB; }
p { color: rgb(85,162,203); }
H1.HeaderClassName
{
color: #55A2CB;
}
.AnyTagClassName
{
color: #55A2CB;
}
</style>
background-color css
<style>
a { background-color: #55A2CB; }
a { background-color: rgb(85,162,203); }
div.DivClassName
{
background-color: #55A2CB;
}
.BgClassName
{
background-color: #55A2CB;
}
</style>
border-color css
<style>
span { border-color: #55A2CB; }
span { border-color: rgb(85,162,203); }
td.TdClassName
{
border-color: #55A2CB;
}
.TagClassName
{
border-color: #55A2CB;
}
</style>