Shades of Picton Blue #54A9E0
Tints of Picton Blue #54A9E0
RGB
CMYK
RGB Variations
Color information
#54A9E0 (or 0x54A9E0) is known color: Picton Blue. HEX triplet: 54, A9 and E0. RGB value is (84,169,224). Sum of RGB (Red+Green+Blue) = 84+169+224=477 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.61% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #54A9E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A9E0 is #AB561F. Grayscale: #959595. Windows color (decimal): -11228704 or 14723412. OLE color: 14723412.
HSL color Cylindrical-coordinate representation of color #54A9E0: hue angle of 203.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54A9E0 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 169 | 224 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.12 |
| HSL | 203.57º | 0.69% | 0.6% | - |
| HSV(B) | 203.57º | 0.63% | 0.88% | - |
| XYZ | 31.3 | 35.64 | 75.75 | - |
| YUV | 149.86 | 169.84 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 224 | 0.62 | 0.25 | 0 | 0.12 | 203.57 | 0.69 | 0.6 |
| Hex | 54 | A9 | E0 | 3E | 19 | 0 | C | CC | 45 | 3C |
| Octal | 124 | 251 | 340 | 76 | 31 | 0 | 14 | 314 | 105 | 74 |
| Binary | 1010100 | 10101001 | 11100000 | 111110 | 11001 | 0 | 1100 | 11001100 | 1000101 | 111100 |
Color Harmonies of #54A9E0
Complementary color
Monochromatic Colors of #54A9E0
Black with #54A9E0
Text Example
Text Example
White with #54A9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A9E0; }
p { color: rgb(84,169,224); }
H1.HeaderClassName
{
color: #54A9E0;
}
.AnyTagClassName
{
color: #54A9E0;
}
</style>
background-color css
<style>
a { background-color: #54A9E0; }
a { background-color: rgb(84,169,224); }
div.DivClassName
{
background-color: #54A9E0;
}
.BgClassName
{
background-color: #54A9E0;
}
</style>
border-color css
<style>
span { border-color: #54A9E0; }
span { border-color: rgb(84,169,224); }
td.TdClassName
{
border-color: #54A9E0;
}
.TagClassName
{
border-color: #54A9E0;
}
</style>