Shades of Picton Blue #55A8CB
Tints of Picton Blue #55A8CB
RGB
CMYK
RGB Variations
Color information
#55A8CB (or 0x55A8CB) is known color: Picton Blue. HEX triplet: 55, A8 and CB. RGB value is (85,168,203). Sum of RGB (Red+Green+Blue) = 85+168+203=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #55A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8CB is #AA5734. Grayscale: #929292. Windows color (decimal): -11163445 or 13346901. OLE color: 13346901.
HSL color Cylindrical-coordinate representation of color #55A8CB: hue angle of 197.8º 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 #55A8CB is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 168 | 203 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.20 |
| HSL | 197.8º | 0.53% | 0.56% | - |
| HSV(B) | 197.8º | 0.58% | 0.8% | - |
| XYZ | 28.53 | 34.25 | 61.61 | - |
| YUV | 147.17 | 159.5 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 203 | 0.58 | 0.17 | 0 | 0.20 | 197.8 | 0.53 | 0.56 |
| Hex | 55 | A8 | CB | 3A | 11 | 0 | 14 | C6 | 35 | 38 |
| Octal | 125 | 250 | 313 | 72 | 21 | 0 | 24 | 306 | 65 | 70 |
| Binary | 1010101 | 10101000 | 11001011 | 111010 | 10001 | 0 | 10100 | 11000110 | 110101 | 111000 |
Color Harmonies of #55A8CB
Complementary color
Monochromatic Colors of #55A8CB
Black with #55A8CB
Text Example
Text Example
White with #55A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8CB; }
p { color: rgb(85,168,203); }
H1.HeaderClassName
{
color: #55A8CB;
}
.AnyTagClassName
{
color: #55A8CB;
}
</style>
background-color css
<style>
a { background-color: #55A8CB; }
a { background-color: rgb(85,168,203); }
div.DivClassName
{
background-color: #55A8CB;
}
.BgClassName
{
background-color: #55A8CB;
}
</style>
border-color css
<style>
span { border-color: #55A8CB; }
span { border-color: rgb(85,168,203); }
td.TdClassName
{
border-color: #55A8CB;
}
.TagClassName
{
border-color: #55A8CB;
}
</style>