Shades of Picton Blue #54A1C7
Tints of Picton Blue #54A1C7
RGB
CMYK
RGB Variations
Color information
#54A1C7 (or 0x54A1C7) is known color: Picton Blue. HEX triplet: 54, A1 and C7. RGB value is (84,161,199). Sum of RGB (Red+Green+Blue) = 84+161+199=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #54A1C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A1C7 is #AB5E38. Grayscale: #8E8E8E. Windows color (decimal): -11230777 or 13082964. OLE color: 13082964.
HSL color Cylindrical-coordinate representation of color #54A1C7: hue angle of 199.83º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54A1C7 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 161 | 199 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.22 |
| HSL | 199.83º | 0.51% | 0.55% | - |
| HSV(B) | 199.83º | 0.58% | 0.78% | - |
| XYZ | 26.71 | 31.5 | 58.7 | - |
| YUV | 142.31 | 159.99 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 199 | 0.58 | 0.19 | 0 | 0.22 | 199.83 | 0.51 | 0.55 |
| Hex | 54 | A1 | C7 | 3A | 13 | 0 | 16 | C8 | 33 | 37 |
| Octal | 124 | 241 | 307 | 72 | 23 | 0 | 26 | 310 | 63 | 67 |
| Binary | 1010100 | 10100001 | 11000111 | 111010 | 10011 | 0 | 10110 | 11001000 | 110011 | 110111 |
Color Harmonies of #54A1C7
Complementary color
Monochromatic Colors of #54A1C7
Black with #54A1C7
Text Example
Text Example
White with #54A1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A1C7; }
p { color: rgb(84,161,199); }
H1.HeaderClassName
{
color: #54A1C7;
}
.AnyTagClassName
{
color: #54A1C7;
}
</style>
background-color css
<style>
a { background-color: #54A1C7; }
a { background-color: rgb(84,161,199); }
div.DivClassName
{
background-color: #54A1C7;
}
.BgClassName
{
background-color: #54A1C7;
}
</style>
border-color css
<style>
span { border-color: #54A1C7; }
span { border-color: rgb(84,161,199); }
td.TdClassName
{
border-color: #54A1C7;
}
.TagClassName
{
border-color: #54A1C7;
}
</style>