Shades of Picton Blue #54A6DF
Tints of Picton Blue #54A6DF
RGB
CMYK
RGB Variations
Color information
#54A6DF (or 0x54A6DF) is known color: Picton Blue. HEX triplet: 54, A6 and DF. RGB value is (84,166,223). Sum of RGB (Red+Green+Blue) = 84+166+223=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #54A6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A6DF is #AB5920. Grayscale: #939393. Windows color (decimal): -11229473 or 14657108. OLE color: 14657108.
HSL color Cylindrical-coordinate representation of color #54A6DF: hue angle of 204.6º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54A6DF is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 166 | 223 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.13 |
| HSL | 204.6º | 0.68% | 0.6% | - |
| HSV(B) | 204.6º | 0.62% | 0.87% | - |
| XYZ | 30.61 | 34.48 | 74.85 | - |
| YUV | 147.98 | 170.33 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 166 | 223 | 0.62 | 0.26 | 0 | 0.13 | 204.6 | 0.68 | 0.6 |
| Hex | 54 | A6 | DF | 3E | 1A | 0 | D | CD | 44 | 3C |
| Octal | 124 | 246 | 337 | 76 | 32 | 0 | 15 | 315 | 104 | 74 |
| Binary | 1010100 | 10100110 | 11011111 | 111110 | 11010 | 0 | 1101 | 11001101 | 1000100 | 111100 |
Color Harmonies of #54A6DF
Complementary color
Monochromatic Colors of #54A6DF
Black with #54A6DF
Text Example
Text Example
White with #54A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A6DF; }
p { color: rgb(84,166,223); }
H1.HeaderClassName
{
color: #54A6DF;
}
.AnyTagClassName
{
color: #54A6DF;
}
</style>
background-color css
<style>
a { background-color: #54A6DF; }
a { background-color: rgb(84,166,223); }
div.DivClassName
{
background-color: #54A6DF;
}
.BgClassName
{
background-color: #54A6DF;
}
</style>
border-color css
<style>
span { border-color: #54A6DF; }
span { border-color: rgb(84,166,223); }
td.TdClassName
{
border-color: #54A6DF;
}
.TagClassName
{
border-color: #54A6DF;
}
</style>