Shades of Picton Blue #55A6E8
Tints of Picton Blue #55A6E8
RGB
CMYK
RGB Variations
Color information
#55A6E8 (or 0x55A6E8) is known color: Picton Blue. HEX triplet: 55, A6 and E8. RGB value is (85,166,232). Sum of RGB (Red+Green+Blue) = 85+166+232=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #55A6E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A6E8 is #AA5917. Grayscale: #949494. Windows color (decimal): -11163928 or 15246933. OLE color: 15246933.
HSL color Cylindrical-coordinate representation of color #55A6E8: hue angle of 206.94º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55A6E8 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 166 | 232 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.09 |
| HSL | 206.94º | 0.76% | 0.62% | - |
| HSV(B) | 206.94º | 0.63% | 0.91% | - |
| XYZ | 31.95 | 35.03 | 81.42 | - |
| YUV | 149.31 | 174.66 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 232 | 0.63 | 0.28 | 0 | 0.09 | 206.94 | 0.76 | 0.62 |
| Hex | 55 | A6 | E8 | 3F | 1C | 0 | 9 | CF | 4C | 3E |
| Octal | 125 | 246 | 350 | 77 | 34 | 0 | 11 | 317 | 114 | 76 |
| Binary | 1010101 | 10100110 | 11101000 | 111111 | 11100 | 0 | 1001 | 11001111 | 1001100 | 111110 |
Color Harmonies of #55A6E8
Complementary color
Monochromatic Colors of #55A6E8
Black with #55A6E8
Text Example
Text Example
White with #55A6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A6E8; }
p { color: rgb(85,166,232); }
H1.HeaderClassName
{
color: #55A6E8;
}
.AnyTagClassName
{
color: #55A6E8;
}
</style>
background-color css
<style>
a { background-color: #55A6E8; }
a { background-color: rgb(85,166,232); }
div.DivClassName
{
background-color: #55A6E8;
}
.BgClassName
{
background-color: #55A6E8;
}
</style>
border-color css
<style>
span { border-color: #55A6E8; }
span { border-color: rgb(85,166,232); }
td.TdClassName
{
border-color: #55A6E8;
}
.TagClassName
{
border-color: #55A6E8;
}
</style>