Shades of Picton Blue #55A0C5
Tints of Picton Blue #55A0C5
RGB
CMYK
RGB Variations
Color information
#55A0C5 (or 0x55A0C5) is known color: Picton Blue. HEX triplet: 55, A0 and C5. RGB value is (85,160,197). Sum of RGB (Red+Green+Blue) = 85+160+197=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #55A0C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A0C5 is #AA5F3A. Grayscale: #8D8D8D. Windows color (decimal): -11165499 or 12951637. OLE color: 12951637.
HSL color Cylindrical-coordinate representation of color #55A0C5: hue angle of 199.82º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55A0C5 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 160 | 197 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.23 |
| HSL | 199.82º | 0.49% | 0.55% | - |
| HSV(B) | 199.82º | 0.57% | 0.77% | - |
| XYZ | 26.4 | 31.1 | 57.44 | - |
| YUV | 141.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 197 | 0.57 | 0.19 | 0 | 0.23 | 199.82 | 0.49 | 0.55 |
| Hex | 55 | A0 | C5 | 39 | 13 | 0 | 17 | C8 | 31 | 37 |
| Octal | 125 | 240 | 305 | 71 | 23 | 0 | 27 | 310 | 61 | 67 |
| Binary | 1010101 | 10100000 | 11000101 | 111001 | 10011 | 0 | 10111 | 11001000 | 110001 | 110111 |
Color Harmonies of #55A0C5
Complementary color
Monochromatic Colors of #55A0C5
Black with #55A0C5
Text Example
Text Example
White with #55A0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A0C5; }
p { color: rgb(85,160,197); }
H1.HeaderClassName
{
color: #55A0C5;
}
.AnyTagClassName
{
color: #55A0C5;
}
</style>
background-color css
<style>
a { background-color: #55A0C5; }
a { background-color: rgb(85,160,197); }
div.DivClassName
{
background-color: #55A0C5;
}
.BgClassName
{
background-color: #55A0C5;
}
</style>
border-color css
<style>
span { border-color: #55A0C5; }
span { border-color: rgb(85,160,197); }
td.TdClassName
{
border-color: #55A0C5;
}
.TagClassName
{
border-color: #55A0C5;
}
</style>