Shades of Picton Blue #509BCB
Tints of Picton Blue #509BCB
RGB
CMYK
RGB Variations
Color information
#509BCB (or 0x509BCB) is known color: Picton Blue. HEX triplet: 50, 9B and CB. RGB value is (80,155,203). Sum of RGB (Red+Green+Blue) = 80+155+203=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 155 (60.94% from 255 or 35.39% 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 #509BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BCB is #AF6434. Grayscale: #898989. Windows color (decimal): -11494453 or 13343568. OLE color: 13343568.
HSL color Cylindrical-coordinate representation of color #509BCB: hue angle of 203.41º 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 #509BCB is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 155 | 203 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.20 |
| HSL | 203.41º | 0.54% | 0.55% | - |
| HSV(B) | 203.41º | 0.61% | 0.8% | - |
| XYZ | 25.81 | 29.46 | 60.83 | - |
| YUV | 138.05 | 164.65 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 203 | 0.61 | 0.24 | 0 | 0.20 | 203.41 | 0.54 | 0.55 |
| Hex | 50 | 9B | CB | 3D | 18 | 0 | 14 | CB | 36 | 37 |
| Octal | 120 | 233 | 313 | 75 | 30 | 0 | 24 | 313 | 66 | 67 |
| Binary | 1010000 | 10011011 | 11001011 | 111101 | 11000 | 0 | 10100 | 11001011 | 110110 | 110111 |
Color Harmonies of #509BCB
Complementary color
Monochromatic Colors of #509BCB
Black with #509BCB
Text Example
Text Example
White with #509BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BCB; }
p { color: rgb(80,155,203); }
H1.HeaderClassName
{
color: #509BCB;
}
.AnyTagClassName
{
color: #509BCB;
}
</style>
background-color css
<style>
a { background-color: #509BCB; }
a { background-color: rgb(80,155,203); }
div.DivClassName
{
background-color: #509BCB;
}
.BgClassName
{
background-color: #509BCB;
}
</style>
border-color css
<style>
span { border-color: #509BCB; }
span { border-color: rgb(80,155,203); }
td.TdClassName
{
border-color: #509BCB;
}
.TagClassName
{
border-color: #509BCB;
}
</style>