Shades of Picton Blue #54A2CE
Tints of Picton Blue #54A2CE
RGB
CMYK
RGB Variations
Color information
#54A2CE (or 0x54A2CE) is known color: Picton Blue. HEX triplet: 54, A2 and CE. RGB value is (84,162,206). Sum of RGB (Red+Green+Blue) = 84+162+206=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #54A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A2CE is #AB5D31. Grayscale: #8F8F8F. Windows color (decimal): -11230514 or 13541972. OLE color: 13541972.
HSL color Cylindrical-coordinate representation of color #54A2CE: hue angle of 201.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A2CE is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 162 | 206 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.19 |
| HSL | 201.64º | 0.55% | 0.57% | - |
| HSV(B) | 201.64º | 0.59% | 0.81% | - |
| XYZ | 27.72 | 32.18 | 63.14 | - |
| YUV | 143.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 206 | 0.59 | 0.21 | 0 | 0.19 | 201.64 | 0.55 | 0.57 |
| Hex | 54 | A2 | CE | 3B | 15 | 0 | 13 | CA | 37 | 39 |
| Octal | 124 | 242 | 316 | 73 | 25 | 0 | 23 | 312 | 67 | 71 |
| Binary | 1010100 | 10100010 | 11001110 | 111011 | 10101 | 0 | 10011 | 11001010 | 110111 | 111001 |
Color Harmonies of #54A2CE
Complementary color
Monochromatic Colors of #54A2CE
Black with #54A2CE
Text Example
Text Example
White with #54A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A2CE; }
p { color: rgb(84,162,206); }
H1.HeaderClassName
{
color: #54A2CE;
}
.AnyTagClassName
{
color: #54A2CE;
}
</style>
background-color css
<style>
a { background-color: #54A2CE; }
a { background-color: rgb(84,162,206); }
div.DivClassName
{
background-color: #54A2CE;
}
.BgClassName
{
background-color: #54A2CE;
}
</style>
border-color css
<style>
span { border-color: #54A2CE; }
span { border-color: rgb(84,162,206); }
td.TdClassName
{
border-color: #54A2CE;
}
.TagClassName
{
border-color: #54A2CE;
}
</style>