Shades of Picton Blue #55A5DE
Tints of Picton Blue #55A5DE
RGB
CMYK
RGB Variations
Color information
#55A5DE (or 0x55A5DE) is known color: Picton Blue. HEX triplet: 55, A5 and DE. RGB value is (85,165,222). Sum of RGB (Red+Green+Blue) = 85+165+222=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #55A5DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A5DE is #AA5A21. Grayscale: #939393. Windows color (decimal): -11164194 or 14591317. OLE color: 14591317.
HSL color Cylindrical-coordinate representation of color #55A5DE: hue angle of 204.96º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55A5DE is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 165 | 222 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.13 |
| HSL | 204.96º | 0.67% | 0.6% | - |
| HSV(B) | 204.96º | 0.62% | 0.87% | - |
| XYZ | 30.39 | 34.12 | 74.09 | - |
| YUV | 147.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 165 | 222 | 0.62 | 0.26 | 0 | 0.13 | 204.96 | 0.67 | 0.6 |
| Hex | 55 | A5 | DE | 3E | 1A | 0 | D | CD | 43 | 3C |
| Octal | 125 | 245 | 336 | 76 | 32 | 0 | 15 | 315 | 103 | 74 |
| Binary | 1010101 | 10100101 | 11011110 | 111110 | 11010 | 0 | 1101 | 11001101 | 1000011 | 111100 |
Color Harmonies of #55A5DE
Complementary color
Monochromatic Colors of #55A5DE
Black with #55A5DE
Text Example
Text Example
White with #55A5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A5DE; }
p { color: rgb(85,165,222); }
H1.HeaderClassName
{
color: #55A5DE;
}
.AnyTagClassName
{
color: #55A5DE;
}
</style>
background-color css
<style>
a { background-color: #55A5DE; }
a { background-color: rgb(85,165,222); }
div.DivClassName
{
background-color: #55A5DE;
}
.BgClassName
{
background-color: #55A5DE;
}
</style>
border-color css
<style>
span { border-color: #55A5DE; }
span { border-color: rgb(85,165,222); }
td.TdClassName
{
border-color: #55A5DE;
}
.TagClassName
{
border-color: #55A5DE;
}
</style>