Shades of Picton Blue #5193CE
Tints of Picton Blue #5193CE
RGB
CMYK
RGB Variations
Color information
#5193CE (or 0x5193CE) is known color: Picton Blue. HEX triplet: 51, 93 and CE. RGB value is (81,147,206). Sum of RGB (Red+Green+Blue) = 81+147+206=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #5193CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5193CE is #AE6C31. Grayscale: #858585. Windows color (decimal): -11430962 or 13538129. OLE color: 13538129.
HSL color Cylindrical-coordinate representation of color #5193CE: hue angle of 208.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5193CE is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 147 | 206 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.19 |
| HSL | 208.32º | 0.56% | 0.56% | - |
| HSV(B) | 208.32º | 0.61% | 0.81% | - |
| XYZ | 24.97 | 27.07 | 62.3 | - |
| YUV | 133.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 206 | 0.61 | 0.29 | 0 | 0.19 | 208.32 | 0.56 | 0.56 |
| Hex | 51 | 93 | CE | 3D | 1D | 0 | 13 | D0 | 38 | 38 |
| Octal | 121 | 223 | 316 | 75 | 35 | 0 | 23 | 320 | 70 | 70 |
| Binary | 1010001 | 10010011 | 11001110 | 111101 | 11101 | 0 | 10011 | 11010000 | 111000 | 111000 |
Color Harmonies of #5193CE
Complementary color
Monochromatic Colors of #5193CE
Black with #5193CE
Text Example
Text Example
White with #5193CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5193CE; }
p { color: rgb(81,147,206); }
H1.HeaderClassName
{
color: #5193CE;
}
.AnyTagClassName
{
color: #5193CE;
}
</style>
background-color css
<style>
a { background-color: #5193CE; }
a { background-color: rgb(81,147,206); }
div.DivClassName
{
background-color: #5193CE;
}
.BgClassName
{
background-color: #5193CE;
}
</style>
border-color css
<style>
span { border-color: #5193CE; }
span { border-color: rgb(81,147,206); }
td.TdClassName
{
border-color: #5193CE;
}
.TagClassName
{
border-color: #5193CE;
}
</style>