Shades of Picton Blue #54A0DA
Tints of Picton Blue #54A0DA
RGB
CMYK
RGB Variations
Color information
#54A0DA (or 0x54A0DA) is known color: Picton Blue. HEX triplet: 54, A0 and DA. RGB value is (84,160,218). Sum of RGB (Red+Green+Blue) = 84+160+218=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #54A0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A0DA is #AB5F25. Grayscale: #8F8F8F. Windows color (decimal): -11231014 or 14327892. OLE color: 14327892.
HSL color Cylindrical-coordinate representation of color #54A0DA: hue angle of 205.97º 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 #54A0DA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 160 | 218 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.15 |
| HSL | 205.97º | 0.64% | 0.59% | - |
| HSV(B) | 205.97º | 0.61% | 0.85% | - |
| XYZ | 28.88 | 32.09 | 71 | - |
| YUV | 143.89 | 169.82 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 218 | 0.61 | 0.27 | 0 | 0.15 | 205.97 | 0.64 | 0.59 |
| Hex | 54 | A0 | DA | 3D | 1B | 0 | F | CE | 40 | 3B |
| Octal | 124 | 240 | 332 | 75 | 33 | 0 | 17 | 316 | 100 | 73 |
| Binary | 1010100 | 10100000 | 11011010 | 111101 | 11011 | 0 | 1111 | 11001110 | 1000000 | 111011 |
Color Harmonies of #54A0DA
Complementary color
Monochromatic Colors of #54A0DA
Black with #54A0DA
Text Example
Text Example
White with #54A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0DA; }
p { color: rgb(84,160,218); }
H1.HeaderClassName
{
color: #54A0DA;
}
.AnyTagClassName
{
color: #54A0DA;
}
</style>
background-color css
<style>
a { background-color: #54A0DA; }
a { background-color: rgb(84,160,218); }
div.DivClassName
{
background-color: #54A0DA;
}
.BgClassName
{
background-color: #54A0DA;
}
</style>
border-color css
<style>
span { border-color: #54A0DA; }
span { border-color: rgb(84,160,218); }
td.TdClassName
{
border-color: #54A0DA;
}
.TagClassName
{
border-color: #54A0DA;
}
</style>