Shades of Picton Blue #55A8D2
Tints of Picton Blue #55A8D2
RGB
CMYK
RGB Variations
Color information
#55A8D2 (or 0x55A8D2) is known color: Picton Blue. HEX triplet: 55, A8 and D2. RGB value is (85,168,210). Sum of RGB (Red+Green+Blue) = 85+168+210=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #55A8D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8D2 is #AA572D. Grayscale: #939393. Windows color (decimal): -11163438 or 13805653. OLE color: 13805653.
HSL color Cylindrical-coordinate representation of color #55A8D2: hue angle of 200.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55A8D2 is Cyan = 0.60, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 168 | 210 | - |
| CMYK | 0.60 | 0.2 | 0 | 0.18 |
| HSL | 200.16º | 0.58% | 0.58% | - |
| HSV(B) | 200.16º | 0.6% | 0.82% | - |
| XYZ | 29.38 | 34.59 | 66.1 | - |
| YUV | 147.97 | 163 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 210 | 0.60 | 0.2 | 0 | 0.18 | 200.16 | 0.58 | 0.58 |
| Hex | 55 | A8 | D2 | 3C | 14 | 0 | 12 | C8 | 3A | 3A |
| Octal | 125 | 250 | 322 | 74 | 24 | 0 | 22 | 310 | 72 | 72 |
| Binary | 1010101 | 10101000 | 11010010 | 111100 | 10100 | 0 | 10010 | 11001000 | 111010 | 111010 |
Color Harmonies of #55A8D2
Complementary color
Monochromatic Colors of #55A8D2
Black with #55A8D2
Text Example
Text Example
White with #55A8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8D2; }
p { color: rgb(85,168,210); }
H1.HeaderClassName
{
color: #55A8D2;
}
.AnyTagClassName
{
color: #55A8D2;
}
</style>
background-color css
<style>
a { background-color: #55A8D2; }
a { background-color: rgb(85,168,210); }
div.DivClassName
{
background-color: #55A8D2;
}
.BgClassName
{
background-color: #55A8D2;
}
</style>
border-color css
<style>
span { border-color: #55A8D2; }
span { border-color: rgb(85,168,210); }
td.TdClassName
{
border-color: #55A8D2;
}
.TagClassName
{
border-color: #55A8D2;
}
</style>