Shades of Picton Blue #54A6E8
Tints of Picton Blue #54A6E8
RGB
CMYK
RGB Variations
Color information
#54A6E8 (or 0x54A6E8) is known color: Picton Blue. HEX triplet: 54, A6 and E8. RGB value is (84,166,232). Sum of RGB (Red+Green+Blue) = 84+166+232=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #54A6E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A6E8 is #AB5917. Grayscale: #949494. Windows color (decimal): -11229464 or 15246932. OLE color: 15246932.
HSL color Cylindrical-coordinate representation of color #54A6E8: hue angle of 206.76º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54A6E8 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 166 | 232 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.09 |
| HSL | 206.76º | 0.76% | 0.62% | - |
| HSV(B) | 206.76º | 0.64% | 0.91% | - |
| XYZ | 31.86 | 34.98 | 81.42 | - |
| YUV | 149.01 | 174.83 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 166 | 232 | 0.64 | 0.28 | 0 | 0.09 | 206.76 | 0.76 | 0.62 |
| Hex | 54 | A6 | E8 | 40 | 1C | 0 | 9 | CF | 4C | 3E |
| Octal | 124 | 246 | 350 | 100 | 34 | 0 | 11 | 317 | 114 | 76 |
| Binary | 1010100 | 10100110 | 11101000 | 1000000 | 11100 | 0 | 1001 | 11001111 | 1001100 | 111110 |
Color Harmonies of #54A6E8
Complementary color
Monochromatic Colors of #54A6E8
Black with #54A6E8
Text Example
Text Example
White with #54A6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A6E8; }
p { color: rgb(84,166,232); }
H1.HeaderClassName
{
color: #54A6E8;
}
.AnyTagClassName
{
color: #54A6E8;
}
</style>
background-color css
<style>
a { background-color: #54A6E8; }
a { background-color: rgb(84,166,232); }
div.DivClassName
{
background-color: #54A6E8;
}
.BgClassName
{
background-color: #54A6E8;
}
</style>
border-color css
<style>
span { border-color: #54A6E8; }
span { border-color: rgb(84,166,232); }
td.TdClassName
{
border-color: #54A6E8;
}
.TagClassName
{
border-color: #54A6E8;
}
</style>