Shades of Picton Blue #54A0CE
Tints of Picton Blue #54A0CE
RGB
CMYK
RGB Variations
Color information
#54A0CE (or 0x54A0CE) is known color: Picton Blue. HEX triplet: 54, A0 and CE. RGB value is (84,160,206). Sum of RGB (Red+Green+Blue) = 84+160+206=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #54A0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A0CE is #AB5F31. Grayscale: #8E8E8E. Windows color (decimal): -11231026 or 13541460. OLE color: 13541460.
HSL color Cylindrical-coordinate representation of color #54A0CE: hue angle of 202.62º 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 #54A0CE is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 160 | 206 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.19 |
| HSL | 202.62º | 0.55% | 0.57% | - |
| HSV(B) | 202.62º | 0.59% | 0.81% | - |
| XYZ | 27.37 | 31.48 | 63.03 | - |
| YUV | 142.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 206 | 0.59 | 0.22 | 0 | 0.19 | 202.62 | 0.55 | 0.57 |
| Hex | 54 | A0 | CE | 3B | 16 | 0 | 13 | CB | 37 | 39 |
| Octal | 124 | 240 | 316 | 73 | 26 | 0 | 23 | 313 | 67 | 71 |
| Binary | 1010100 | 10100000 | 11001110 | 111011 | 10110 | 0 | 10011 | 11001011 | 110111 | 111001 |
Color Harmonies of #54A0CE
Complementary color
Monochromatic Colors of #54A0CE
Black with #54A0CE
Text Example
Text Example
White with #54A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0CE; }
p { color: rgb(84,160,206); }
H1.HeaderClassName
{
color: #54A0CE;
}
.AnyTagClassName
{
color: #54A0CE;
}
</style>
background-color css
<style>
a { background-color: #54A0CE; }
a { background-color: rgb(84,160,206); }
div.DivClassName
{
background-color: #54A0CE;
}
.BgClassName
{
background-color: #54A0CE;
}
</style>
border-color css
<style>
span { border-color: #54A0CE; }
span { border-color: rgb(84,160,206); }
td.TdClassName
{
border-color: #54A0CE;
}
.TagClassName
{
border-color: #54A0CE;
}
</style>