Shades of Picton Blue #549BC4
Tints of Picton Blue #549BC4
RGB
CMYK
RGB Variations
Color information
#549BC4 (or 0x549BC4) is known color: Picton Blue. HEX triplet: 54, 9B and C4. RGB value is (84,155,196). Sum of RGB (Red+Green+Blue) = 84+155+196=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #549BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BC4 is #AB643B. Grayscale: #8A8A8A. Windows color (decimal): -11232316 or 12884820. OLE color: 12884820.
HSL color Cylindrical-coordinate representation of color #549BC4: hue angle of 201.96º 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 #549BC4 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 155 | 196 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.23 |
| HSL | 201.96º | 0.49% | 0.55% | - |
| HSV(B) | 201.96º | 0.57% | 0.77% | - |
| XYZ | 25.34 | 29.31 | 56.55 | - |
| YUV | 138.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 196 | 0.57 | 0.21 | 0 | 0.23 | 201.96 | 0.49 | 0.55 |
| Hex | 54 | 9B | C4 | 39 | 15 | 0 | 17 | CA | 31 | 37 |
| Octal | 124 | 233 | 304 | 71 | 25 | 0 | 27 | 312 | 61 | 67 |
| Binary | 1010100 | 10011011 | 11000100 | 111001 | 10101 | 0 | 10111 | 11001010 | 110001 | 110111 |
Color Harmonies of #549BC4
Complementary color
Monochromatic Colors of #549BC4
Black with #549BC4
Text Example
Text Example
White with #549BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BC4; }
p { color: rgb(84,155,196); }
H1.HeaderClassName
{
color: #549BC4;
}
.AnyTagClassName
{
color: #549BC4;
}
</style>
background-color css
<style>
a { background-color: #549BC4; }
a { background-color: rgb(84,155,196); }
div.DivClassName
{
background-color: #549BC4;
}
.BgClassName
{
background-color: #549BC4;
}
</style>
border-color css
<style>
span { border-color: #549BC4; }
span { border-color: rgb(84,155,196); }
td.TdClassName
{
border-color: #549BC4;
}
.TagClassName
{
border-color: #549BC4;
}
</style>