Shades of Picton Blue #55A8CE
Tints of Picton Blue #55A8CE
RGB
CMYK
RGB Variations
Color information
#55A8CE (or 0x55A8CE) is known color: Picton Blue. HEX triplet: 55, A8 and CE. RGB value is (85,168,206). Sum of RGB (Red+Green+Blue) = 85+168+206=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #55A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8CE is #AA5731. Grayscale: #939393. Windows color (decimal): -11163442 or 13543509. OLE color: 13543509.
HSL color Cylindrical-coordinate representation of color #55A8CE: hue angle of 198.84º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55A8CE is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 168 | 206 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.19 |
| HSL | 198.84º | 0.55% | 0.57% | - |
| HSV(B) | 198.84º | 0.59% | 0.81% | - |
| XYZ | 28.89 | 34.39 | 63.51 | - |
| YUV | 147.52 | 161 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 206 | 0.59 | 0.18 | 0 | 0.19 | 198.84 | 0.55 | 0.57 |
| Hex | 55 | A8 | CE | 3B | 12 | 0 | 13 | C7 | 37 | 39 |
| Octal | 125 | 250 | 316 | 73 | 22 | 0 | 23 | 307 | 67 | 71 |
| Binary | 1010101 | 10101000 | 11001110 | 111011 | 10010 | 0 | 10011 | 11000111 | 110111 | 111001 |
Color Harmonies of #55A8CE
Complementary color
Monochromatic Colors of #55A8CE
Black with #55A8CE
Text Example
Text Example
White with #55A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8CE; }
p { color: rgb(85,168,206); }
H1.HeaderClassName
{
color: #55A8CE;
}
.AnyTagClassName
{
color: #55A8CE;
}
</style>
background-color css
<style>
a { background-color: #55A8CE; }
a { background-color: rgb(85,168,206); }
div.DivClassName
{
background-color: #55A8CE;
}
.BgClassName
{
background-color: #55A8CE;
}
</style>
border-color css
<style>
span { border-color: #55A8CE; }
span { border-color: rgb(85,168,206); }
td.TdClassName
{
border-color: #55A8CE;
}
.TagClassName
{
border-color: #55A8CE;
}
</style>