Shades of Picton Blue #54AAD3
Tints of Picton Blue #54AAD3
RGB
CMYK
RGB Variations
Color information
#54AAD3 (or 0x54AAD3) is known color: Picton Blue. HEX triplet: 54, AA and D3. RGB value is (84,170,211). Sum of RGB (Red+Green+Blue) = 84+170+211=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #54AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAD3 is #AB552C. Grayscale: #949494. Windows color (decimal): -11228461 or 13871700. OLE color: 13871700.
HSL color Cylindrical-coordinate representation of color #54AAD3: hue angle of 199.37º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54AAD3 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 170 | 211 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.17 |
| HSL | 199.37º | 0.59% | 0.58% | - |
| HSV(B) | 199.37º | 0.6% | 0.83% | - |
| XYZ | 29.79 | 35.34 | 66.88 | - |
| YUV | 148.96 | 163.01 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 211 | 0.60 | 0.19 | 0 | 0.17 | 199.37 | 0.59 | 0.58 |
| Hex | 54 | AA | D3 | 3C | 13 | 0 | 11 | C7 | 3B | 3A |
| Octal | 124 | 252 | 323 | 74 | 23 | 0 | 21 | 307 | 73 | 72 |
| Binary | 1010100 | 10101010 | 11010011 | 111100 | 10011 | 0 | 10001 | 11000111 | 111011 | 111010 |
Color Harmonies of #54AAD3
Complementary color
Monochromatic Colors of #54AAD3
Black with #54AAD3
Text Example
Text Example
White with #54AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAD3; }
p { color: rgb(84,170,211); }
H1.HeaderClassName
{
color: #54AAD3;
}
.AnyTagClassName
{
color: #54AAD3;
}
</style>
background-color css
<style>
a { background-color: #54AAD3; }
a { background-color: rgb(84,170,211); }
div.DivClassName
{
background-color: #54AAD3;
}
.BgClassName
{
background-color: #54AAD3;
}
</style>
border-color css
<style>
span { border-color: #54AAD3; }
span { border-color: rgb(84,170,211); }
td.TdClassName
{
border-color: #54AAD3;
}
.TagClassName
{
border-color: #54AAD3;
}
</style>