Shades of Picton Blue #549DC5
Tints of Picton Blue #549DC5
RGB
CMYK
RGB Variations
Color information
#549DC5 (or 0x549DC5) is known color: Picton Blue. HEX triplet: 54, 9D and C5. RGB value is (84,157,197). Sum of RGB (Red+Green+Blue) = 84+157+197=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #549DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DC5 is #AB623A. Grayscale: #8B8B8B. Windows color (decimal): -11231803 or 12950868. OLE color: 12950868.
HSL color Cylindrical-coordinate representation of color #549DC5: hue angle of 201.24º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #549DC5 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 157 | 197 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.23 |
| HSL | 201.24º | 0.49% | 0.55% | - |
| HSV(B) | 201.24º | 0.57% | 0.77% | - |
| XYZ | 25.79 | 30.03 | 57.26 | - |
| YUV | 139.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 197 | 0.57 | 0.20 | 0 | 0.23 | 201.24 | 0.49 | 0.55 |
| Hex | 54 | 9D | C5 | 39 | 14 | 0 | 17 | C9 | 31 | 37 |
| Octal | 124 | 235 | 305 | 71 | 24 | 0 | 27 | 311 | 61 | 67 |
| Binary | 1010100 | 10011101 | 11000101 | 111001 | 10100 | 0 | 10111 | 11001001 | 110001 | 110111 |
Color Harmonies of #549DC5
Complementary color
Monochromatic Colors of #549DC5
Black with #549DC5
Text Example
Text Example
White with #549DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549DC5; }
p { color: rgb(84,157,197); }
H1.HeaderClassName
{
color: #549DC5;
}
.AnyTagClassName
{
color: #549DC5;
}
</style>
background-color css
<style>
a { background-color: #549DC5; }
a { background-color: rgb(84,157,197); }
div.DivClassName
{
background-color: #549DC5;
}
.BgClassName
{
background-color: #549DC5;
}
</style>
border-color css
<style>
span { border-color: #549DC5; }
span { border-color: rgb(84,157,197); }
td.TdClassName
{
border-color: #549DC5;
}
.TagClassName
{
border-color: #549DC5;
}
</style>