Shades of Picton Blue #55A4D2
Tints of Picton Blue #55A4D2
RGB
CMYK
RGB Variations
Color information
#55A4D2 (or 0x55A4D2) is known color: Picton Blue. HEX triplet: 55, A4 and D2. RGB value is (85,164,210). Sum of RGB (Red+Green+Blue) = 85+164+210=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #55A4D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A4D2 is #AA5B2D. Grayscale: #919191. Windows color (decimal): -11164462 or 13804629. OLE color: 13804629.
HSL color Cylindrical-coordinate representation of color #55A4D2: hue angle of 202.08º 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 #55A4D2 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 164 | 210 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.18 |
| HSL | 202.08º | 0.58% | 0.58% | - |
| HSV(B) | 202.08º | 0.6% | 0.82% | - |
| XYZ | 28.65 | 33.14 | 65.86 | - |
| YUV | 145.62 | 164.33 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 210 | 0.60 | 0.22 | 0 | 0.18 | 202.08 | 0.58 | 0.58 |
| Hex | 55 | A4 | D2 | 3C | 16 | 0 | 12 | CA | 3A | 3A |
| Octal | 125 | 244 | 322 | 74 | 26 | 0 | 22 | 312 | 72 | 72 |
| Binary | 1010101 | 10100100 | 11010010 | 111100 | 10110 | 0 | 10010 | 11001010 | 111010 | 111010 |
Color Harmonies of #55A4D2
Complementary color
Monochromatic Colors of #55A4D2
Black with #55A4D2
Text Example
Text Example
White with #55A4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A4D2; }
p { color: rgb(85,164,210); }
H1.HeaderClassName
{
color: #55A4D2;
}
.AnyTagClassName
{
color: #55A4D2;
}
</style>
background-color css
<style>
a { background-color: #55A4D2; }
a { background-color: rgb(85,164,210); }
div.DivClassName
{
background-color: #55A4D2;
}
.BgClassName
{
background-color: #55A4D2;
}
</style>
border-color css
<style>
span { border-color: #55A4D2; }
span { border-color: rgb(85,164,210); }
td.TdClassName
{
border-color: #55A4D2;
}
.TagClassName
{
border-color: #55A4D2;
}
</style>