Shades of Picton Blue #55A8DA
Tints of Picton Blue #55A8DA
RGB
CMYK
RGB Variations
Color information
#55A8DA (or 0x55A8DA) is known color: Picton Blue. HEX triplet: 55, A8 and DA. RGB value is (85,168,218). Sum of RGB (Red+Green+Blue) = 85+168+218=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #55A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8DA is #AA5725. Grayscale: #949494. Windows color (decimal): -11163430 or 14329941. OLE color: 14329941.
HSL color Cylindrical-coordinate representation of color #55A8DA: hue angle of 202.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55A8DA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 168 | 218 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.15 |
| HSL | 202.56º | 0.64% | 0.59% | - |
| HSV(B) | 202.56º | 0.61% | 0.85% | - |
| XYZ | 30.4 | 35 | 71.48 | - |
| YUV | 148.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 218 | 0.61 | 0.23 | 0 | 0.15 | 202.56 | 0.64 | 0.59 |
| Hex | 55 | A8 | DA | 3D | 17 | 0 | F | CB | 40 | 3B |
| Octal | 125 | 250 | 332 | 75 | 27 | 0 | 17 | 313 | 100 | 73 |
| Binary | 1010101 | 10101000 | 11011010 | 111101 | 10111 | 0 | 1111 | 11001011 | 1000000 | 111011 |
Color Harmonies of #55A8DA
Complementary color
Monochromatic Colors of #55A8DA
Black with #55A8DA
Text Example
Text Example
White with #55A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8DA; }
p { color: rgb(85,168,218); }
H1.HeaderClassName
{
color: #55A8DA;
}
.AnyTagClassName
{
color: #55A8DA;
}
</style>
background-color css
<style>
a { background-color: #55A8DA; }
a { background-color: rgb(85,168,218); }
div.DivClassName
{
background-color: #55A8DA;
}
.BgClassName
{
background-color: #55A8DA;
}
</style>
border-color css
<style>
span { border-color: #55A8DA; }
span { border-color: rgb(85,168,218); }
td.TdClassName
{
border-color: #55A8DA;
}
.TagClassName
{
border-color: #55A8DA;
}
</style>