Shades of Picton Blue #55A6E4
Tints of Picton Blue #55A6E4
RGB
CMYK
RGB Variations
Color information
#55A6E4 (or 0x55A6E4) is known color: Picton Blue. HEX triplet: 55, A6 and E4. RGB value is (85,166,228). Sum of RGB (Red+Green+Blue) = 85+166+228=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 228 - color contains mainly: blue. Hex color #55A6E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A6E4 is #AA591B. Grayscale: #949494. Windows color (decimal): -11163932 or 14984789. OLE color: 14984789.
HSL color Cylindrical-coordinate representation of color #55A6E4: hue angle of 206.01º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55A6E4 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 166 | 228 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.11 |
| HSL | 206.01º | 0.73% | 0.61% | - |
| HSV(B) | 206.01º | 0.63% | 0.89% | - |
| XYZ | 31.39 | 34.81 | 78.46 | - |
| YUV | 148.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 228 | 0.63 | 0.27 | 0 | 0.11 | 206.01 | 0.73 | 0.61 |
| Hex | 55 | A6 | E4 | 3F | 1B | 0 | B | CE | 49 | 3D |
| Octal | 125 | 246 | 344 | 77 | 33 | 0 | 13 | 316 | 111 | 75 |
| Binary | 1010101 | 10100110 | 11100100 | 111111 | 11011 | 0 | 1011 | 11001110 | 1001001 | 111101 |
Color Harmonies of #55A6E4
Complementary color
Monochromatic Colors of #55A6E4
Black with #55A6E4
Text Example
Text Example
White with #55A6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A6E4; }
p { color: rgb(85,166,228); }
H1.HeaderClassName
{
color: #55A6E4;
}
.AnyTagClassName
{
color: #55A6E4;
}
</style>
background-color css
<style>
a { background-color: #55A6E4; }
a { background-color: rgb(85,166,228); }
div.DivClassName
{
background-color: #55A6E4;
}
.BgClassName
{
background-color: #55A6E4;
}
</style>
border-color css
<style>
span { border-color: #55A6E4; }
span { border-color: rgb(85,166,228); }
td.TdClassName
{
border-color: #55A6E4;
}
.TagClassName
{
border-color: #55A6E4;
}
</style>