Shades of Picton Blue #5494CB
Tints of Picton Blue #5494CB
RGB
CMYK
RGB Variations
Color information
#5494CB (or 0x5494CB) is known color: Picton Blue. HEX triplet: 54, 94 and CB. RGB value is (84,148,203). Sum of RGB (Red+Green+Blue) = 84+148+203=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #5494CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5494CB is #AB6B34. Grayscale: #868686. Windows color (decimal): -11234101 or 13341780. OLE color: 13341780.
HSL color Cylindrical-coordinate representation of color #5494CB: hue angle of 207.73º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5494CB is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 148 | 203 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.20 |
| HSL | 207.73º | 0.53% | 0.56% | - |
| HSV(B) | 207.73º | 0.59% | 0.8% | - |
| XYZ | 25.03 | 27.38 | 60.47 | - |
| YUV | 135.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 148 | 203 | 0.59 | 0.27 | 0 | 0.20 | 207.73 | 0.53 | 0.56 |
| Hex | 54 | 94 | CB | 3B | 1B | 0 | 14 | D0 | 35 | 38 |
| Octal | 124 | 224 | 313 | 73 | 33 | 0 | 24 | 320 | 65 | 70 |
| Binary | 1010100 | 10010100 | 11001011 | 111011 | 11011 | 0 | 10100 | 11010000 | 110101 | 111000 |
Color Harmonies of #5494CB
Complementary color
Monochromatic Colors of #5494CB
Black with #5494CB
Text Example
Text Example
White with #5494CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5494CB; }
p { color: rgb(84,148,203); }
H1.HeaderClassName
{
color: #5494CB;
}
.AnyTagClassName
{
color: #5494CB;
}
</style>
background-color css
<style>
a { background-color: #5494CB; }
a { background-color: rgb(84,148,203); }
div.DivClassName
{
background-color: #5494CB;
}
.BgClassName
{
background-color: #5494CB;
}
</style>
border-color css
<style>
span { border-color: #5494CB; }
span { border-color: rgb(84,148,203); }
td.TdClassName
{
border-color: #5494CB;
}
.TagClassName
{
border-color: #5494CB;
}
</style>