Shades of Picton Blue #54A2D8
Tints of Picton Blue #54A2D8
RGB
CMYK
RGB Variations
Color information
#54A2D8 (or 0x54A2D8) is known color: Picton Blue. HEX triplet: 54, A2 and D8. RGB value is (84,162,216). Sum of RGB (Red+Green+Blue) = 84+162+216=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #54A2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A2D8 is #AB5D27. Grayscale: #909090. Windows color (decimal): -11230504 or 14197332. OLE color: 14197332.
HSL color Cylindrical-coordinate representation of color #54A2D8: hue angle of 204.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54A2D8 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 162 | 216 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.15 |
| HSL | 204.55º | 0.63% | 0.59% | - |
| HSV(B) | 204.55º | 0.61% | 0.85% | - |
| XYZ | 28.97 | 32.68 | 69.75 | - |
| YUV | 144.83 | 168.16 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 216 | 0.61 | 0.25 | 0 | 0.15 | 204.55 | 0.63 | 0.59 |
| Hex | 54 | A2 | D8 | 3D | 19 | 0 | F | CD | 3F | 3B |
| Octal | 124 | 242 | 330 | 75 | 31 | 0 | 17 | 315 | 77 | 73 |
| Binary | 1010100 | 10100010 | 11011000 | 111101 | 11001 | 0 | 1111 | 11001101 | 111111 | 111011 |
Color Harmonies of #54A2D8
Complementary color
Monochromatic Colors of #54A2D8
Black with #54A2D8
Text Example
Text Example
White with #54A2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A2D8; }
p { color: rgb(84,162,216); }
H1.HeaderClassName
{
color: #54A2D8;
}
.AnyTagClassName
{
color: #54A2D8;
}
</style>
background-color css
<style>
a { background-color: #54A2D8; }
a { background-color: rgb(84,162,216); }
div.DivClassName
{
background-color: #54A2D8;
}
.BgClassName
{
background-color: #54A2D8;
}
</style>
border-color css
<style>
span { border-color: #54A2D8; }
span { border-color: rgb(84,162,216); }
td.TdClassName
{
border-color: #54A2D8;
}
.TagClassName
{
border-color: #54A2D8;
}
</style>