Shades of Picton Blue #54A1E3
Tints of Picton Blue #54A1E3
RGB
CMYK
RGB Variations
Color information
#54A1E3 (or 0x54A1E3) is known color: Picton Blue. HEX triplet: 54, A1 and E3. RGB value is (84,161,227). Sum of RGB (Red+Green+Blue) = 84+161+227=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #54A1E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A1E3 is #AB5E1C. Grayscale: #919191. Windows color (decimal): -11230749 or 14917972. OLE color: 14917972.
HSL color Cylindrical-coordinate representation of color #54A1E3: hue angle of 207.69º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54A1E3 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 161 | 227 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.11 |
| HSL | 207.69º | 0.72% | 0.61% | - |
| HSV(B) | 207.69º | 0.63% | 0.89% | - |
| XYZ | 30.27 | 32.92 | 77.43 | - |
| YUV | 145.5 | 173.99 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 227 | 0.63 | 0.29 | 0 | 0.11 | 207.69 | 0.72 | 0.61 |
| Hex | 54 | A1 | E3 | 3F | 1D | 0 | B | D0 | 48 | 3D |
| Octal | 124 | 241 | 343 | 77 | 35 | 0 | 13 | 320 | 110 | 75 |
| Binary | 1010100 | 10100001 | 11100011 | 111111 | 11101 | 0 | 1011 | 11010000 | 1001000 | 111101 |
Color Harmonies of #54A1E3
Complementary color
Monochromatic Colors of #54A1E3
Black with #54A1E3
Text Example
Text Example
White with #54A1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A1E3; }
p { color: rgb(84,161,227); }
H1.HeaderClassName
{
color: #54A1E3;
}
.AnyTagClassName
{
color: #54A1E3;
}
</style>
background-color css
<style>
a { background-color: #54A1E3; }
a { background-color: rgb(84,161,227); }
div.DivClassName
{
background-color: #54A1E3;
}
.BgClassName
{
background-color: #54A1E3;
}
</style>
border-color css
<style>
span { border-color: #54A1E3; }
span { border-color: rgb(84,161,227); }
td.TdClassName
{
border-color: #54A1E3;
}
.TagClassName
{
border-color: #54A1E3;
}
</style>