Shades of Picton Blue #54A8D2
Tints of Picton Blue #54A8D2
RGB
CMYK
RGB Variations
Color information
#54A8D2 (or 0x54A8D2) is known color: Picton Blue. HEX triplet: 54, A8 and D2. RGB value is (84,168,210). Sum of RGB (Red+Green+Blue) = 84+168+210=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #54A8D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8D2 is #AB572D. Grayscale: #939393. Windows color (decimal): -11228974 or 13805652. OLE color: 13805652.
HSL color Cylindrical-coordinate representation of color #54A8D2: hue angle of 200º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54A8D2 is Cyan = 0.6, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 168 | 210 | - |
| CMYK | 0.6 | 0.2 | 0 | 0.18 |
| HSL | 200º | 0.58% | 0.58% | - |
| HSV(B) | 200º | 0.6% | 0.82% | - |
| XYZ | 29.29 | 34.54 | 66.1 | - |
| YUV | 147.67 | 163.17 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 210 | 0.6 | 0.2 | 0 | 0.18 | 200 | 0.58 | 0.58 |
| Hex | 54 | A8 | D2 | 3C | 14 | 0 | 12 | C8 | 3A | 3A |
| Octal | 124 | 250 | 322 | 74 | 24 | 0 | 22 | 310 | 72 | 72 |
| Binary | 1010100 | 10101000 | 11010010 | 111100 | 10100 | 0 | 10010 | 11001000 | 111010 | 111010 |
Color Harmonies of #54A8D2
Complementary color
Monochromatic Colors of #54A8D2
Black with #54A8D2
Text Example
Text Example
White with #54A8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8D2; }
p { color: rgb(84,168,210); }
H1.HeaderClassName
{
color: #54A8D2;
}
.AnyTagClassName
{
color: #54A8D2;
}
</style>
background-color css
<style>
a { background-color: #54A8D2; }
a { background-color: rgb(84,168,210); }
div.DivClassName
{
background-color: #54A8D2;
}
.BgClassName
{
background-color: #54A8D2;
}
</style>
border-color css
<style>
span { border-color: #54A8D2; }
span { border-color: rgb(84,168,210); }
td.TdClassName
{
border-color: #54A8D2;
}
.TagClassName
{
border-color: #54A8D2;
}
</style>