Shades of Picton Blue #509ACB
Tints of Picton Blue #509ACB
RGB
CMYK
RGB Variations
Color information
#509ACB (or 0x509ACB) is known color: Picton Blue. HEX triplet: 50, 9A and CB. RGB value is (80,154,203). Sum of RGB (Red+Green+Blue) = 80+154+203=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #509ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ACB is #AF6534. Grayscale: #898989. Windows color (decimal): -11494709 or 13343312. OLE color: 13343312.
HSL color Cylindrical-coordinate representation of color #509ACB: hue angle of 203.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509ACB is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 154 | 203 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.20 |
| HSL | 203.9º | 0.54% | 0.55% | - |
| HSV(B) | 203.9º | 0.61% | 0.8% | - |
| XYZ | 25.64 | 29.13 | 60.77 | - |
| YUV | 137.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 203 | 0.61 | 0.24 | 0 | 0.20 | 203.9 | 0.54 | 0.55 |
| Hex | 50 | 9A | CB | 3D | 18 | 0 | 14 | CC | 36 | 37 |
| Octal | 120 | 232 | 313 | 75 | 30 | 0 | 24 | 314 | 66 | 67 |
| Binary | 1010000 | 10011010 | 11001011 | 111101 | 11000 | 0 | 10100 | 11001100 | 110110 | 110111 |
Color Harmonies of #509ACB
Complementary color
Monochromatic Colors of #509ACB
Black with #509ACB
Text Example
Text Example
White with #509ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509ACB; }
p { color: rgb(80,154,203); }
H1.HeaderClassName
{
color: #509ACB;
}
.AnyTagClassName
{
color: #509ACB;
}
</style>
background-color css
<style>
a { background-color: #509ACB; }
a { background-color: rgb(80,154,203); }
div.DivClassName
{
background-color: #509ACB;
}
.BgClassName
{
background-color: #509ACB;
}
</style>
border-color css
<style>
span { border-color: #509ACB; }
span { border-color: rgb(80,154,203); }
td.TdClassName
{
border-color: #509ACB;
}
.TagClassName
{
border-color: #509ACB;
}
</style>