Shades of Picton Blue #54A0E6
Tints of Picton Blue #54A0E6
RGB
CMYK
RGB Variations
Color information
#54A0E6 (or 0x54A0E6) is known color: Picton Blue. HEX triplet: 54, A0 and E6. RGB value is (84,160,230). Sum of RGB (Red+Green+Blue) = 84+160+230=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #54A0E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A0E6 is #AB5F19. Grayscale: #909090. Windows color (decimal): -11231002 or 15114324. OLE color: 15114324.
HSL color Cylindrical-coordinate representation of color #54A0E6: hue angle of 208.77º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54A0E6 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 160 | 230 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.10 |
| HSL | 208.77º | 0.74% | 0.62% | - |
| HSV(B) | 208.77º | 0.63% | 0.9% | - |
| XYZ | 30.51 | 32.74 | 79.57 | - |
| YUV | 145.26 | 175.82 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 230 | 0.63 | 0.30 | 0 | 0.10 | 208.77 | 0.74 | 0.62 |
| Hex | 54 | A0 | E6 | 3F | 1E | 0 | A | D1 | 4A | 3E |
| Octal | 124 | 240 | 346 | 77 | 36 | 0 | 12 | 321 | 112 | 76 |
| Binary | 1010100 | 10100000 | 11100110 | 111111 | 11110 | 0 | 1010 | 11010001 | 1001010 | 111110 |
Color Harmonies of #54A0E6
Complementary color
Monochromatic Colors of #54A0E6
Black with #54A0E6
Text Example
Text Example
White with #54A0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0E6; }
p { color: rgb(84,160,230); }
H1.HeaderClassName
{
color: #54A0E6;
}
.AnyTagClassName
{
color: #54A0E6;
}
</style>
background-color css
<style>
a { background-color: #54A0E6; }
a { background-color: rgb(84,160,230); }
div.DivClassName
{
background-color: #54A0E6;
}
.BgClassName
{
background-color: #54A0E6;
}
</style>
border-color css
<style>
span { border-color: #54A0E6; }
span { border-color: rgb(84,160,230); }
td.TdClassName
{
border-color: #54A0E6;
}
.TagClassName
{
border-color: #54A0E6;
}
</style>