Shades of Picton Blue #55A1CC
Tints of Picton Blue #55A1CC
RGB
CMYK
RGB Variations
Color information
#55A1CC (or 0x55A1CC) is known color: Picton Blue. HEX triplet: 55, A1 and CC. RGB value is (85,161,204). Sum of RGB (Red+Green+Blue) = 85+161+204=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #55A1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A1CC is #AA5E33. Grayscale: #8E8E8E. Windows color (decimal): -11165236 or 13410645. OLE color: 13410645.
HSL color Cylindrical-coordinate representation of color #55A1CC: hue angle of 201.68º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55A1CC is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 161 | 204 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.2 |
| HSL | 201.68º | 0.54% | 0.57% | - |
| HSV(B) | 201.68º | 0.58% | 0.8% | - |
| XYZ | 27.39 | 31.78 | 61.82 | - |
| YUV | 143.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 161 | 204 | 0.58 | 0.21 | 0 | 0.2 | 201.68 | 0.54 | 0.57 |
| Hex | 55 | A1 | CC | 3A | 15 | 0 | 14 | CA | 36 | 39 |
| Octal | 125 | 241 | 314 | 72 | 25 | 0 | 24 | 312 | 66 | 71 |
| Binary | 1010101 | 10100001 | 11001100 | 111010 | 10101 | 0 | 10100 | 11001010 | 110110 | 111001 |
Color Harmonies of #55A1CC
Complementary color
Monochromatic Colors of #55A1CC
Black with #55A1CC
Text Example
Text Example
White with #55A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A1CC; }
p { color: rgb(85,161,204); }
H1.HeaderClassName
{
color: #55A1CC;
}
.AnyTagClassName
{
color: #55A1CC;
}
</style>
background-color css
<style>
a { background-color: #55A1CC; }
a { background-color: rgb(85,161,204); }
div.DivClassName
{
background-color: #55A1CC;
}
.BgClassName
{
background-color: #55A1CC;
}
</style>
border-color css
<style>
span { border-color: #55A1CC; }
span { border-color: rgb(85,161,204); }
td.TdClassName
{
border-color: #55A1CC;
}
.TagClassName
{
border-color: #55A1CC;
}
</style>