Shades of Picton Blue #54A8D4
Tints of Picton Blue #54A8D4
RGB
CMYK
RGB Variations
Color information
#54A8D4 (or 0x54A8D4) is known color: Picton Blue. HEX triplet: 54, A8 and D4. RGB value is (84,168,212). Sum of RGB (Red+Green+Blue) = 84+168+212=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #54A8D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8D4 is #AB572B. Grayscale: #939393. Windows color (decimal): -11228972 or 13936724. OLE color: 13936724.
HSL color Cylindrical-coordinate representation of color #54A8D4: hue angle of 200.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54A8D4 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 168 | 212 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.17 |
| HSL | 200.63º | 0.6% | 0.58% | - |
| HSV(B) | 200.63º | 0.6% | 0.83% | - |
| XYZ | 29.54 | 34.64 | 67.42 | - |
| YUV | 147.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 212 | 0.60 | 0.21 | 0 | 0.17 | 200.63 | 0.6 | 0.58 |
| Hex | 54 | A8 | D4 | 3C | 15 | 0 | 11 | C9 | 3C | 3A |
| Octal | 124 | 250 | 324 | 74 | 25 | 0 | 21 | 311 | 74 | 72 |
| Binary | 1010100 | 10101000 | 11010100 | 111100 | 10101 | 0 | 10001 | 11001001 | 111100 | 111010 |
Color Harmonies of #54A8D4
Complementary color
Monochromatic Colors of #54A8D4
Black with #54A8D4
Text Example
Text Example
White with #54A8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8D4; }
p { color: rgb(84,168,212); }
H1.HeaderClassName
{
color: #54A8D4;
}
.AnyTagClassName
{
color: #54A8D4;
}
</style>
background-color css
<style>
a { background-color: #54A8D4; }
a { background-color: rgb(84,168,212); }
div.DivClassName
{
background-color: #54A8D4;
}
.BgClassName
{
background-color: #54A8D4;
}
</style>
border-color css
<style>
span { border-color: #54A8D4; }
span { border-color: rgb(84,168,212); }
td.TdClassName
{
border-color: #54A8D4;
}
.TagClassName
{
border-color: #54A8D4;
}
</style>