Shades of Picton Blue #529BCB
Tints of Picton Blue #529BCB
RGB
CMYK
RGB Variations
Color information
#529BCB (or 0x529BCB) is known color: Picton Blue. HEX triplet: 52, 9B and CB. RGB value is (82,155,203). Sum of RGB (Red+Green+Blue) = 82+155+203=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #529BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BCB is #AD6434. Grayscale: #8A8A8A. Windows color (decimal): -11363381 or 13343570. OLE color: 13343570.
HSL color Cylindrical-coordinate representation of color #529BCB: hue angle of 203.8º 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 #529BCB is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 155 | 203 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.20 |
| HSL | 203.8º | 0.54% | 0.56% | - |
| HSV(B) | 203.8º | 0.6% | 0.8% | - |
| XYZ | 25.98 | 29.55 | 60.83 | - |
| YUV | 138.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 203 | 0.60 | 0.24 | 0 | 0.20 | 203.8 | 0.54 | 0.56 |
| Hex | 52 | 9B | CB | 3C | 18 | 0 | 14 | CC | 36 | 38 |
| Octal | 122 | 233 | 313 | 74 | 30 | 0 | 24 | 314 | 66 | 70 |
| Binary | 1010010 | 10011011 | 11001011 | 111100 | 11000 | 0 | 10100 | 11001100 | 110110 | 111000 |
Color Harmonies of #529BCB
Complementary color
Monochromatic Colors of #529BCB
Black with #529BCB
Text Example
Text Example
White with #529BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BCB; }
p { color: rgb(82,155,203); }
H1.HeaderClassName
{
color: #529BCB;
}
.AnyTagClassName
{
color: #529BCB;
}
</style>
background-color css
<style>
a { background-color: #529BCB; }
a { background-color: rgb(82,155,203); }
div.DivClassName
{
background-color: #529BCB;
}
.BgClassName
{
background-color: #529BCB;
}
</style>
border-color css
<style>
span { border-color: #529BCB; }
span { border-color: rgb(82,155,203); }
td.TdClassName
{
border-color: #529BCB;
}
.TagClassName
{
border-color: #529BCB;
}
</style>