Shades of Picton Blue #5498CB
Tints of Picton Blue #5498CB
RGB
CMYK
RGB Variations
Color information
#5498CB (or 0x5498CB) is known color: Picton Blue. HEX triplet: 54, 98 and CB. RGB value is (84,152,203). Sum of RGB (Red+Green+Blue) = 84+152+203=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #5498CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5498CB is #AB6734. Grayscale: #898989. Windows color (decimal): -11233077 or 13342804. OLE color: 13342804.
HSL color Cylindrical-coordinate representation of color #5498CB: hue angle of 205.71º 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 #5498CB is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 152 | 203 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.20 |
| HSL | 205.71º | 0.53% | 0.56% | - |
| HSV(B) | 205.71º | 0.59% | 0.8% | - |
| XYZ | 25.66 | 28.65 | 60.68 | - |
| YUV | 137.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 203 | 0.59 | 0.25 | 0 | 0.20 | 205.71 | 0.53 | 0.56 |
| Hex | 54 | 98 | CB | 3B | 19 | 0 | 14 | CE | 35 | 38 |
| Octal | 124 | 230 | 313 | 73 | 31 | 0 | 24 | 316 | 65 | 70 |
| Binary | 1010100 | 10011000 | 11001011 | 111011 | 11001 | 0 | 10100 | 11001110 | 110101 | 111000 |
Color Harmonies of #5498CB
Complementary color
Monochromatic Colors of #5498CB
Black with #5498CB
Text Example
Text Example
White with #5498CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5498CB; }
p { color: rgb(84,152,203); }
H1.HeaderClassName
{
color: #5498CB;
}
.AnyTagClassName
{
color: #5498CB;
}
</style>
background-color css
<style>
a { background-color: #5498CB; }
a { background-color: rgb(84,152,203); }
div.DivClassName
{
background-color: #5498CB;
}
.BgClassName
{
background-color: #5498CB;
}
</style>
border-color css
<style>
span { border-color: #5498CB; }
span { border-color: rgb(84,152,203); }
td.TdClassName
{
border-color: #5498CB;
}
.TagClassName
{
border-color: #5498CB;
}
</style>