Shades of Picton Blue #54A1DB
Tints of Picton Blue #54A1DB
RGB
CMYK
RGB Variations
Color information
#54A1DB (or 0x54A1DB) is known color: Picton Blue. HEX triplet: 54, A1 and DB. RGB value is (84,161,219). Sum of RGB (Red+Green+Blue) = 84+161+219=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #54A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A1DB is #AB5E24. Grayscale: #909090. Windows color (decimal): -11230757 or 14393684. OLE color: 14393684.
HSL color Cylindrical-coordinate representation of color #54A1DB: hue angle of 205.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54A1DB is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 161 | 219 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.14 |
| HSL | 205.78º | 0.65% | 0.59% | - |
| HSV(B) | 205.78º | 0.62% | 0.86% | - |
| XYZ | 29.19 | 32.49 | 71.75 | - |
| YUV | 144.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 219 | 0.62 | 0.26 | 0 | 0.14 | 205.78 | 0.65 | 0.59 |
| Hex | 54 | A1 | DB | 3E | 1A | 0 | E | CE | 41 | 3B |
| Octal | 124 | 241 | 333 | 76 | 32 | 0 | 16 | 316 | 101 | 73 |
| Binary | 1010100 | 10100001 | 11011011 | 111110 | 11010 | 0 | 1110 | 11001110 | 1000001 | 111011 |
Color Harmonies of #54A1DB
Complementary color
Monochromatic Colors of #54A1DB
Black with #54A1DB
Text Example
Text Example
White with #54A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A1DB; }
p { color: rgb(84,161,219); }
H1.HeaderClassName
{
color: #54A1DB;
}
.AnyTagClassName
{
color: #54A1DB;
}
</style>
background-color css
<style>
a { background-color: #54A1DB; }
a { background-color: rgb(84,161,219); }
div.DivClassName
{
background-color: #54A1DB;
}
.BgClassName
{
background-color: #54A1DB;
}
</style>
border-color css
<style>
span { border-color: #54A1DB; }
span { border-color: rgb(84,161,219); }
td.TdClassName
{
border-color: #54A1DB;
}
.TagClassName
{
border-color: #54A1DB;
}
</style>