Shades of Picton Blue #54A6E4
Tints of Picton Blue #54A6E4
RGB
CMYK
RGB Variations
Color information
#54A6E4 (or 0x54A6E4) is known color: Picton Blue. HEX triplet: 54, A6 and E4. RGB value is (84,166,228). Sum of RGB (Red+Green+Blue) = 84+166+228=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #54A6E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A6E4 is #AB591B. Grayscale: #949494. Windows color (decimal): -11229468 or 14984788. OLE color: 14984788.
HSL color Cylindrical-coordinate representation of color #54A6E4: hue angle of 205.83º degrees, saturation: 0.73, 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 #54A6E4 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 166 | 228 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.11 |
| HSL | 205.83º | 0.73% | 0.61% | - |
| HSV(B) | 205.83º | 0.63% | 0.89% | - |
| XYZ | 31.3 | 34.76 | 78.46 | - |
| YUV | 148.55 | 172.83 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 166 | 228 | 0.63 | 0.27 | 0 | 0.11 | 205.83 | 0.73 | 0.61 |
| Hex | 54 | A6 | E4 | 3F | 1B | 0 | B | CE | 49 | 3D |
| Octal | 124 | 246 | 344 | 77 | 33 | 0 | 13 | 316 | 111 | 75 |
| Binary | 1010100 | 10100110 | 11100100 | 111111 | 11011 | 0 | 1011 | 11001110 | 1001001 | 111101 |
Color Harmonies of #54A6E4
Complementary color
Monochromatic Colors of #54A6E4
Black with #54A6E4
Text Example
Text Example
White with #54A6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A6E4; }
p { color: rgb(84,166,228); }
H1.HeaderClassName
{
color: #54A6E4;
}
.AnyTagClassName
{
color: #54A6E4;
}
</style>
background-color css
<style>
a { background-color: #54A6E4; }
a { background-color: rgb(84,166,228); }
div.DivClassName
{
background-color: #54A6E4;
}
.BgClassName
{
background-color: #54A6E4;
}
</style>
border-color css
<style>
span { border-color: #54A6E4; }
span { border-color: rgb(84,166,228); }
td.TdClassName
{
border-color: #54A6E4;
}
.TagClassName
{
border-color: #54A6E4;
}
</style>