Shades of Picton Blue #54A7E1
Tints of Picton Blue #54A7E1
RGB
CMYK
RGB Variations
Color information
#54A7E1 (or 0x54A7E1) is known color: Picton Blue. HEX triplet: 54, A7 and E1. RGB value is (84,167,225). Sum of RGB (Red+Green+Blue) = 84+167+225=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #54A7E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A7E1 is #AB581E. Grayscale: #949494. Windows color (decimal): -11229215 or 14788436. OLE color: 14788436.
HSL color Cylindrical-coordinate representation of color #54A7E1: hue angle of 204.68º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54A7E1 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 167 | 225 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.12 |
| HSL | 204.68º | 0.7% | 0.61% | - |
| HSV(B) | 204.68º | 0.63% | 0.88% | - |
| XYZ | 31.07 | 34.96 | 76.34 | - |
| YUV | 148.8 | 171 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 225 | 0.63 | 0.26 | 0 | 0.12 | 204.68 | 0.7 | 0.61 |
| Hex | 54 | A7 | E1 | 3F | 1A | 0 | C | CD | 46 | 3D |
| Octal | 124 | 247 | 341 | 77 | 32 | 0 | 14 | 315 | 106 | 75 |
| Binary | 1010100 | 10100111 | 11100001 | 111111 | 11010 | 0 | 1100 | 11001101 | 1000110 | 111101 |
Color Harmonies of #54A7E1
Complementary color
Monochromatic Colors of #54A7E1
Black with #54A7E1
Text Example
Text Example
White with #54A7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A7E1; }
p { color: rgb(84,167,225); }
H1.HeaderClassName
{
color: #54A7E1;
}
.AnyTagClassName
{
color: #54A7E1;
}
</style>
background-color css
<style>
a { background-color: #54A7E1; }
a { background-color: rgb(84,167,225); }
div.DivClassName
{
background-color: #54A7E1;
}
.BgClassName
{
background-color: #54A7E1;
}
</style>
border-color css
<style>
span { border-color: #54A7E1; }
span { border-color: rgb(84,167,225); }
td.TdClassName
{
border-color: #54A7E1;
}
.TagClassName
{
border-color: #54A7E1;
}
</style>