Shades of Picton Blue #54A8CE
Tints of Picton Blue #54A8CE
RGB
CMYK
RGB Variations
Color information
#54A8CE (or 0x54A8CE) is known color: Picton Blue. HEX triplet: 54, A8 and CE. RGB value is (84,168,206). Sum of RGB (Red+Green+Blue) = 84+168+206=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #54A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8CE is #AB5731. Grayscale: #929292. Windows color (decimal): -11228978 or 13543508. OLE color: 13543508.
HSL color Cylindrical-coordinate representation of color #54A8CE: hue angle of 198.69º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A8CE is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 168 | 206 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.19 |
| HSL | 198.69º | 0.55% | 0.57% | - |
| HSV(B) | 198.69º | 0.59% | 0.81% | - |
| XYZ | 28.8 | 34.35 | 63.5 | - |
| YUV | 147.22 | 161.17 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 206 | 0.59 | 0.18 | 0 | 0.19 | 198.69 | 0.55 | 0.57 |
| Hex | 54 | A8 | CE | 3B | 12 | 0 | 13 | C7 | 37 | 39 |
| Octal | 124 | 250 | 316 | 73 | 22 | 0 | 23 | 307 | 67 | 71 |
| Binary | 1010100 | 10101000 | 11001110 | 111011 | 10010 | 0 | 10011 | 11000111 | 110111 | 111001 |
Color Harmonies of #54A8CE
Complementary color
Monochromatic Colors of #54A8CE
Black with #54A8CE
Text Example
Text Example
White with #54A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8CE; }
p { color: rgb(84,168,206); }
H1.HeaderClassName
{
color: #54A8CE;
}
.AnyTagClassName
{
color: #54A8CE;
}
</style>
background-color css
<style>
a { background-color: #54A8CE; }
a { background-color: rgb(84,168,206); }
div.DivClassName
{
background-color: #54A8CE;
}
.BgClassName
{
background-color: #54A8CE;
}
</style>
border-color css
<style>
span { border-color: #54A8CE; }
span { border-color: rgb(84,168,206); }
td.TdClassName
{
border-color: #54A8CE;
}
.TagClassName
{
border-color: #54A8CE;
}
</style>