Shades of Picton Blue #55A8D3
Tints of Picton Blue #55A8D3
RGB
CMYK
RGB Variations
Color information
#55A8D3 (or 0x55A8D3) is known color: Picton Blue. HEX triplet: 55, A8 and D3. RGB value is (85,168,211). Sum of RGB (Red+Green+Blue) = 85+168+211=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #55A8D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8D3 is #AA572C. Grayscale: #939393. Windows color (decimal): -11163437 or 13871189. OLE color: 13871189.
HSL color Cylindrical-coordinate representation of color #55A8D3: hue angle of 200.48º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55A8D3 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 168 | 211 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.17 |
| HSL | 200.48º | 0.59% | 0.58% | - |
| HSV(B) | 200.48º | 0.6% | 0.83% | - |
| XYZ | 29.51 | 34.64 | 66.76 | - |
| YUV | 148.09 | 163.5 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 211 | 0.60 | 0.20 | 0 | 0.17 | 200.48 | 0.59 | 0.58 |
| Hex | 55 | A8 | D3 | 3C | 14 | 0 | 11 | C8 | 3B | 3A |
| Octal | 125 | 250 | 323 | 74 | 24 | 0 | 21 | 310 | 73 | 72 |
| Binary | 1010101 | 10101000 | 11010011 | 111100 | 10100 | 0 | 10001 | 11001000 | 111011 | 111010 |
Color Harmonies of #55A8D3
Complementary color
Monochromatic Colors of #55A8D3
Black with #55A8D3
Text Example
Text Example
White with #55A8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8D3; }
p { color: rgb(85,168,211); }
H1.HeaderClassName
{
color: #55A8D3;
}
.AnyTagClassName
{
color: #55A8D3;
}
</style>
background-color css
<style>
a { background-color: #55A8D3; }
a { background-color: rgb(85,168,211); }
div.DivClassName
{
background-color: #55A8D3;
}
.BgClassName
{
background-color: #55A8D3;
}
</style>
border-color css
<style>
span { border-color: #55A8D3; }
span { border-color: rgb(85,168,211); }
td.TdClassName
{
border-color: #55A8D3;
}
.TagClassName
{
border-color: #55A8D3;
}
</style>