Shades of Picton Blue #55A4D5
Tints of Picton Blue #55A4D5
RGB
CMYK
RGB Variations
Color information
#55A4D5 (or 0x55A4D5) is known color: Picton Blue. HEX triplet: 55, A4 and D5. RGB value is (85,164,213). Sum of RGB (Red+Green+Blue) = 85+164+213=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #55A4D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A4D5 is #AA5B2A. Grayscale: #919191. Windows color (decimal): -11164459 or 14001237. OLE color: 14001237.
HSL color Cylindrical-coordinate representation of color #55A4D5: hue angle of 202.97º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55A4D5 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 164 | 213 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.16 |
| HSL | 202.97º | 0.6% | 0.58% | - |
| HSV(B) | 202.97º | 0.6% | 0.84% | - |
| XYZ | 29.03 | 33.29 | 67.85 | - |
| YUV | 145.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 213 | 0.60 | 0.23 | 0 | 0.16 | 202.97 | 0.6 | 0.58 |
| Hex | 55 | A4 | D5 | 3C | 17 | 0 | 10 | CB | 3C | 3A |
| Octal | 125 | 244 | 325 | 74 | 27 | 0 | 20 | 313 | 74 | 72 |
| Binary | 1010101 | 10100100 | 11010101 | 111100 | 10111 | 0 | 10000 | 11001011 | 111100 | 111010 |
Color Harmonies of #55A4D5
Complementary color
Monochromatic Colors of #55A4D5
Black with #55A4D5
Text Example
Text Example
White with #55A4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A4D5; }
p { color: rgb(85,164,213); }
H1.HeaderClassName
{
color: #55A4D5;
}
.AnyTagClassName
{
color: #55A4D5;
}
</style>
background-color css
<style>
a { background-color: #55A4D5; }
a { background-color: rgb(85,164,213); }
div.DivClassName
{
background-color: #55A4D5;
}
.BgClassName
{
background-color: #55A4D5;
}
</style>
border-color css
<style>
span { border-color: #55A4D5; }
span { border-color: rgb(85,164,213); }
td.TdClassName
{
border-color: #55A4D5;
}
.TagClassName
{
border-color: #55A4D5;
}
</style>