Shades of Picton Blue #55A3CB
Tints of Picton Blue #55A3CB
RGB
CMYK
RGB Variations
Color information
#55A3CB (or 0x55A3CB) is known color: Picton Blue. HEX triplet: 55, A3 and CB. RGB value is (85,163,203). Sum of RGB (Red+Green+Blue) = 85+163+203=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #55A3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A3CB is #AA5C34. Grayscale: #909090. Windows color (decimal): -11164725 or 13345621. OLE color: 13345621.
HSL color Cylindrical-coordinate representation of color #55A3CB: hue angle of 200.34º 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 #55A3CB is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 163 | 203 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.20 |
| HSL | 200.34º | 0.53% | 0.56% | - |
| HSV(B) | 200.34º | 0.58% | 0.8% | - |
| XYZ | 27.62 | 32.44 | 61.31 | - |
| YUV | 144.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 203 | 0.58 | 0.20 | 0 | 0.20 | 200.34 | 0.53 | 0.56 |
| Hex | 55 | A3 | CB | 3A | 14 | 0 | 14 | C8 | 35 | 38 |
| Octal | 125 | 243 | 313 | 72 | 24 | 0 | 24 | 310 | 65 | 70 |
| Binary | 1010101 | 10100011 | 11001011 | 111010 | 10100 | 0 | 10100 | 11001000 | 110101 | 111000 |
Color Harmonies of #55A3CB
Complementary color
Monochromatic Colors of #55A3CB
Black with #55A3CB
Text Example
Text Example
White with #55A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A3CB; }
p { color: rgb(85,163,203); }
H1.HeaderClassName
{
color: #55A3CB;
}
.AnyTagClassName
{
color: #55A3CB;
}
</style>
background-color css
<style>
a { background-color: #55A3CB; }
a { background-color: rgb(85,163,203); }
div.DivClassName
{
background-color: #55A3CB;
}
.BgClassName
{
background-color: #55A3CB;
}
</style>
border-color css
<style>
span { border-color: #55A3CB; }
span { border-color: rgb(85,163,203); }
td.TdClassName
{
border-color: #55A3CB;
}
.TagClassName
{
border-color: #55A3CB;
}
</style>