Shades of Picton Blue #54A8E3
Tints of Picton Blue #54A8E3
RGB
CMYK
RGB Variations
Color information
#54A8E3 (or 0x54A8E3) is known color: Picton Blue. HEX triplet: 54, A8 and E3. RGB value is (84,168,227). Sum of RGB (Red+Green+Blue) = 84+168+227=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 227 (89.06% from 255 or 47.39% from 479); Max value from RGB is 227 - color contains mainly: blue. Hex color #54A8E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8E3 is #AB571C. Grayscale: #959595. Windows color (decimal): -11228957 or 14919764. OLE color: 14919764.
HSL color Cylindrical-coordinate representation of color #54A8E3: hue angle of 204.76º degrees, saturation: 0.72, 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 #54A8E3 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 168 | 227 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.11 |
| HSL | 204.76º | 0.72% | 0.61% | - |
| HSV(B) | 204.76º | 0.63% | 0.89% | - |
| XYZ | 31.52 | 35.44 | 77.85 | - |
| YUV | 149.61 | 171.67 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 227 | 0.63 | 0.26 | 0 | 0.11 | 204.76 | 0.72 | 0.61 |
| Hex | 54 | A8 | E3 | 3F | 1A | 0 | B | CD | 48 | 3D |
| Octal | 124 | 250 | 343 | 77 | 32 | 0 | 13 | 315 | 110 | 75 |
| Binary | 1010100 | 10101000 | 11100011 | 111111 | 11010 | 0 | 1011 | 11001101 | 1001000 | 111101 |
Color Harmonies of #54A8E3
Complementary color
Monochromatic Colors of #54A8E3
Black with #54A8E3
Text Example
Text Example
White with #54A8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8E3; }
p { color: rgb(84,168,227); }
H1.HeaderClassName
{
color: #54A8E3;
}
.AnyTagClassName
{
color: #54A8E3;
}
</style>
background-color css
<style>
a { background-color: #54A8E3; }
a { background-color: rgb(84,168,227); }
div.DivClassName
{
background-color: #54A8E3;
}
.BgClassName
{
background-color: #54A8E3;
}
</style>
border-color css
<style>
span { border-color: #54A8E3; }
span { border-color: rgb(84,168,227); }
td.TdClassName
{
border-color: #54A8E3;
}
.TagClassName
{
border-color: #54A8E3;
}
</style>