Shades of Picton Blue #54A0D5
Tints of Picton Blue #54A0D5
RGB
CMYK
RGB Variations
Color information
#54A0D5 (or 0x54A0D5) is known color: Picton Blue. HEX triplet: 54, A0 and D5. RGB value is (84,160,213). Sum of RGB (Red+Green+Blue) = 84+160+213=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #54A0D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A0D5 is #AB5F2A. Grayscale: #8F8F8F. Windows color (decimal): -11231019 or 14000212. OLE color: 14000212.
HSL color Cylindrical-coordinate representation of color #54A0D5: hue angle of 204.65º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54A0D5 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 160 | 213 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.16 |
| HSL | 204.65º | 0.61% | 0.58% | - |
| HSV(B) | 204.65º | 0.61% | 0.84% | - |
| XYZ | 28.24 | 31.83 | 67.61 | - |
| YUV | 143.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 213 | 0.61 | 0.25 | 0 | 0.16 | 204.65 | 0.61 | 0.58 |
| Hex | 54 | A0 | D5 | 3D | 19 | 0 | 10 | CD | 3D | 3A |
| Octal | 124 | 240 | 325 | 75 | 31 | 0 | 20 | 315 | 75 | 72 |
| Binary | 1010100 | 10100000 | 11010101 | 111101 | 11001 | 0 | 10000 | 11001101 | 111101 | 111010 |
Color Harmonies of #54A0D5
Complementary color
Monochromatic Colors of #54A0D5
Black with #54A0D5
Text Example
Text Example
White with #54A0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0D5; }
p { color: rgb(84,160,213); }
H1.HeaderClassName
{
color: #54A0D5;
}
.AnyTagClassName
{
color: #54A0D5;
}
</style>
background-color css
<style>
a { background-color: #54A0D5; }
a { background-color: rgb(84,160,213); }
div.DivClassName
{
background-color: #54A0D5;
}
.BgClassName
{
background-color: #54A0D5;
}
</style>
border-color css
<style>
span { border-color: #54A0D5; }
span { border-color: rgb(84,160,213); }
td.TdClassName
{
border-color: #54A0D5;
}
.TagClassName
{
border-color: #54A0D5;
}
</style>