Shades of Picton Blue #54AAD5
Tints of Picton Blue #54AAD5
RGB
CMYK
RGB Variations
Color information
#54AAD5 (or 0x54AAD5) is known color: Picton Blue. HEX triplet: 54, AA and D5. RGB value is (84,170,213). Sum of RGB (Red+Green+Blue) = 84+170+213=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #54AAD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAD5 is #AB552A. Grayscale: #949494. Windows color (decimal): -11228459 or 14002772. OLE color: 14002772.
HSL color Cylindrical-coordinate representation of color #54AAD5: hue angle of 200º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54AAD5 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 170 | 213 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.16 |
| HSL | 200º | 0.61% | 0.58% | - |
| HSV(B) | 200º | 0.61% | 0.84% | - |
| XYZ | 30.04 | 35.44 | 68.21 | - |
| YUV | 149.19 | 164.01 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 213 | 0.61 | 0.20 | 0 | 0.16 | 200 | 0.61 | 0.58 |
| Hex | 54 | AA | D5 | 3D | 14 | 0 | 10 | C8 | 3D | 3A |
| Octal | 124 | 252 | 325 | 75 | 24 | 0 | 20 | 310 | 75 | 72 |
| Binary | 1010100 | 10101010 | 11010101 | 111101 | 10100 | 0 | 10000 | 11001000 | 111101 | 111010 |
Color Harmonies of #54AAD5
Complementary color
Monochromatic Colors of #54AAD5
Black with #54AAD5
Text Example
Text Example
White with #54AAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAD5; }
p { color: rgb(84,170,213); }
H1.HeaderClassName
{
color: #54AAD5;
}
.AnyTagClassName
{
color: #54AAD5;
}
</style>
background-color css
<style>
a { background-color: #54AAD5; }
a { background-color: rgb(84,170,213); }
div.DivClassName
{
background-color: #54AAD5;
}
.BgClassName
{
background-color: #54AAD5;
}
</style>
border-color css
<style>
span { border-color: #54AAD5; }
span { border-color: rgb(84,170,213); }
td.TdClassName
{
border-color: #54AAD5;
}
.TagClassName
{
border-color: #54AAD5;
}
</style>