Shades of Picton Blue #5193CB
Tints of Picton Blue #5193CB
RGB
CMYK
RGB Variations
Color information
#5193CB (or 0x5193CB) is known color: Picton Blue. HEX triplet: 51, 93 and CB. RGB value is (81,147,203). Sum of RGB (Red+Green+Blue) = 81+147+203=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #5193CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5193CB is #AE6C34. Grayscale: #858585. Windows color (decimal): -11430965 or 13341521. OLE color: 13341521.
HSL color Cylindrical-coordinate representation of color #5193CB: hue angle of 207.54º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5193CB is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 147 | 203 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.20 |
| HSL | 207.54º | 0.54% | 0.56% | - |
| HSV(B) | 207.54º | 0.6% | 0.8% | - |
| XYZ | 24.61 | 26.93 | 60.4 | - |
| YUV | 133.65 | 167.13 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 203 | 0.60 | 0.28 | 0 | 0.20 | 207.54 | 0.54 | 0.56 |
| Hex | 51 | 93 | CB | 3C | 1C | 0 | 14 | D0 | 36 | 38 |
| Octal | 121 | 223 | 313 | 74 | 34 | 0 | 24 | 320 | 66 | 70 |
| Binary | 1010001 | 10010011 | 11001011 | 111100 | 11100 | 0 | 10100 | 11010000 | 110110 | 111000 |
Color Harmonies of #5193CB
Complementary color
Monochromatic Colors of #5193CB
Black with #5193CB
Text Example
Text Example
White with #5193CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5193CB; }
p { color: rgb(81,147,203); }
H1.HeaderClassName
{
color: #5193CB;
}
.AnyTagClassName
{
color: #5193CB;
}
</style>
background-color css
<style>
a { background-color: #5193CB; }
a { background-color: rgb(81,147,203); }
div.DivClassName
{
background-color: #5193CB;
}
.BgClassName
{
background-color: #5193CB;
}
</style>
border-color css
<style>
span { border-color: #5193CB; }
span { border-color: rgb(81,147,203); }
td.TdClassName
{
border-color: #5193CB;
}
.TagClassName
{
border-color: #5193CB;
}
</style>