Shades of Picton Blue #54A2D3
Tints of Picton Blue #54A2D3
RGB
CMYK
RGB Variations
Color information
#54A2D3 (or 0x54A2D3) is known color: Picton Blue. HEX triplet: 54, A2 and D3. RGB value is (84,162,211). Sum of RGB (Red+Green+Blue) = 84+162+211=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 211 - color contains mainly: blue. Hex color #54A2D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A2D3 is #AB5D2C. Grayscale: #8F8F8F. Windows color (decimal): -11230509 or 13869652. OLE color: 13869652.
HSL color Cylindrical-coordinate representation of color #54A2D3: hue angle of 203.15º 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 #54A2D3 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 162 | 211 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.17 |
| HSL | 203.15º | 0.59% | 0.58% | - |
| HSV(B) | 203.15º | 0.6% | 0.83% | - |
| XYZ | 28.33 | 32.43 | 66.39 | - |
| YUV | 144.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 211 | 0.60 | 0.23 | 0 | 0.17 | 203.15 | 0.59 | 0.58 |
| Hex | 54 | A2 | D3 | 3C | 17 | 0 | 11 | CB | 3B | 3A |
| Octal | 124 | 242 | 323 | 74 | 27 | 0 | 21 | 313 | 73 | 72 |
| Binary | 1010100 | 10100010 | 11010011 | 111100 | 10111 | 0 | 10001 | 11001011 | 111011 | 111010 |
Color Harmonies of #54A2D3
Complementary color
Monochromatic Colors of #54A2D3
Black with #54A2D3
Text Example
Text Example
White with #54A2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A2D3; }
p { color: rgb(84,162,211); }
H1.HeaderClassName
{
color: #54A2D3;
}
.AnyTagClassName
{
color: #54A2D3;
}
</style>
background-color css
<style>
a { background-color: #54A2D3; }
a { background-color: rgb(84,162,211); }
div.DivClassName
{
background-color: #54A2D3;
}
.BgClassName
{
background-color: #54A2D3;
}
</style>
border-color css
<style>
span { border-color: #54A2D3; }
span { border-color: rgb(84,162,211); }
td.TdClassName
{
border-color: #54A2D3;
}
.TagClassName
{
border-color: #54A2D3;
}
</style>