Shades of Picton Blue #55A6CB
Tints of Picton Blue #55A6CB
RGB
CMYK
RGB Variations
Color information
#55A6CB (or 0x55A6CB) is known color: Picton Blue. HEX triplet: 55, A6 and CB. RGB value is (85,166,203). Sum of RGB (Red+Green+Blue) = 85+166+203=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #55A6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A6CB is #AA5934. Grayscale: #919191. Windows color (decimal): -11163957 or 13346389. OLE color: 13346389.
HSL color Cylindrical-coordinate representation of color #55A6CB: hue angle of 198.81º 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 #55A6CB is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 166 | 203 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.20 |
| HSL | 198.81º | 0.53% | 0.56% | - |
| HSV(B) | 198.81º | 0.58% | 0.8% | - |
| XYZ | 28.16 | 33.52 | 61.48 | - |
| YUV | 146 | 160.16 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 203 | 0.58 | 0.18 | 0 | 0.20 | 198.81 | 0.53 | 0.56 |
| Hex | 55 | A6 | CB | 3A | 12 | 0 | 14 | C7 | 35 | 38 |
| Octal | 125 | 246 | 313 | 72 | 22 | 0 | 24 | 307 | 65 | 70 |
| Binary | 1010101 | 10100110 | 11001011 | 111010 | 10010 | 0 | 10100 | 11000111 | 110101 | 111000 |
Color Harmonies of #55A6CB
Complementary color
Monochromatic Colors of #55A6CB
Black with #55A6CB
Text Example
Text Example
White with #55A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A6CB; }
p { color: rgb(85,166,203); }
H1.HeaderClassName
{
color: #55A6CB;
}
.AnyTagClassName
{
color: #55A6CB;
}
</style>
background-color css
<style>
a { background-color: #55A6CB; }
a { background-color: rgb(85,166,203); }
div.DivClassName
{
background-color: #55A6CB;
}
.BgClassName
{
background-color: #55A6CB;
}
</style>
border-color css
<style>
span { border-color: #55A6CB; }
span { border-color: rgb(85,166,203); }
td.TdClassName
{
border-color: #55A6CB;
}
.TagClassName
{
border-color: #55A6CB;
}
</style>