Shades of Picton Blue #54A0D8
Tints of Picton Blue #54A0D8
RGB
CMYK
RGB Variations
Color information
#54A0D8 (or 0x54A0D8) is known color: Picton Blue. HEX triplet: 54, A0 and D8. RGB value is (84,160,216). Sum of RGB (Red+Green+Blue) = 84+160+216=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #54A0D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A0D8 is #AB5F27. Grayscale: #8F8F8F. Windows color (decimal): -11231016 or 14196820. OLE color: 14196820.
HSL color Cylindrical-coordinate representation of color #54A0D8: hue angle of 205.45º degrees, saturation: 0.63, 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 #54A0D8 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 160 | 216 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.15 |
| HSL | 205.45º | 0.63% | 0.59% | - |
| HSV(B) | 205.45º | 0.61% | 0.85% | - |
| XYZ | 28.62 | 31.98 | 69.63 | - |
| YUV | 143.66 | 168.82 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 216 | 0.61 | 0.26 | 0 | 0.15 | 205.45 | 0.63 | 0.59 |
| Hex | 54 | A0 | D8 | 3D | 1A | 0 | F | CD | 3F | 3B |
| Octal | 124 | 240 | 330 | 75 | 32 | 0 | 17 | 315 | 77 | 73 |
| Binary | 1010100 | 10100000 | 11011000 | 111101 | 11010 | 0 | 1111 | 11001101 | 111111 | 111011 |
Color Harmonies of #54A0D8
Complementary color
Monochromatic Colors of #54A0D8
Black with #54A0D8
Text Example
Text Example
White with #54A0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0D8; }
p { color: rgb(84,160,216); }
H1.HeaderClassName
{
color: #54A0D8;
}
.AnyTagClassName
{
color: #54A0D8;
}
</style>
background-color css
<style>
a { background-color: #54A0D8; }
a { background-color: rgb(84,160,216); }
div.DivClassName
{
background-color: #54A0D8;
}
.BgClassName
{
background-color: #54A0D8;
}
</style>
border-color css
<style>
span { border-color: #54A0D8; }
span { border-color: rgb(84,160,216); }
td.TdClassName
{
border-color: #54A0D8;
}
.TagClassName
{
border-color: #54A0D8;
}
</style>