Shades of Picton Blue #519ACB
Tints of Picton Blue #519ACB
RGB
CMYK
RGB Variations
Color information
#519ACB (or 0x519ACB) is known color: Picton Blue. HEX triplet: 51, 9A and CB. RGB value is (81,154,203). Sum of RGB (Red+Green+Blue) = 81+154+203=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #519ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ACB is #AE6534. Grayscale: #898989. Windows color (decimal): -11429173 or 13343313. OLE color: 13343313.
HSL color Cylindrical-coordinate representation of color #519ACB: hue angle of 204.1º 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 #519ACB is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 154 | 203 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.20 |
| HSL | 204.1º | 0.54% | 0.56% | - |
| HSV(B) | 204.1º | 0.6% | 0.8% | - |
| XYZ | 25.73 | 29.17 | 60.77 | - |
| YUV | 137.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 203 | 0.60 | 0.24 | 0 | 0.20 | 204.1 | 0.54 | 0.56 |
| Hex | 51 | 9A | CB | 3C | 18 | 0 | 14 | CC | 36 | 38 |
| Octal | 121 | 232 | 313 | 74 | 30 | 0 | 24 | 314 | 66 | 70 |
| Binary | 1010001 | 10011010 | 11001011 | 111100 | 11000 | 0 | 10100 | 11001100 | 110110 | 111000 |
Color Harmonies of #519ACB
Complementary color
Monochromatic Colors of #519ACB
Black with #519ACB
Text Example
Text Example
White with #519ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519ACB; }
p { color: rgb(81,154,203); }
H1.HeaderClassName
{
color: #519ACB;
}
.AnyTagClassName
{
color: #519ACB;
}
</style>
background-color css
<style>
a { background-color: #519ACB; }
a { background-color: rgb(81,154,203); }
div.DivClassName
{
background-color: #519ACB;
}
.BgClassName
{
background-color: #519ACB;
}
</style>
border-color css
<style>
span { border-color: #519ACB; }
span { border-color: rgb(81,154,203); }
td.TdClassName
{
border-color: #519ACB;
}
.TagClassName
{
border-color: #519ACB;
}
</style>