Shades of Picton Blue #52A0CB
Tints of Picton Blue #52A0CB
RGB
CMYK
RGB Variations
Color information
#52A0CB (or 0x52A0CB) is known color: Picton Blue. HEX triplet: 52, A0 and CB. RGB value is (82,160,203). Sum of RGB (Red+Green+Blue) = 82+160+203=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #52A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A0CB is #AD5F34. Grayscale: #8D8D8D. Windows color (decimal): -11362101 or 13344850. OLE color: 13344850.
HSL color Cylindrical-coordinate representation of color #52A0CB: hue angle of 201.32º 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 #52A0CB is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 160 | 203 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.20 |
| HSL | 201.32º | 0.54% | 0.56% | - |
| HSV(B) | 201.32º | 0.6% | 0.8% | - |
| XYZ | 26.83 | 31.25 | 61.12 | - |
| YUV | 141.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 203 | 0.60 | 0.21 | 0 | 0.20 | 201.32 | 0.54 | 0.56 |
| Hex | 52 | A0 | CB | 3C | 15 | 0 | 14 | C9 | 36 | 38 |
| Octal | 122 | 240 | 313 | 74 | 25 | 0 | 24 | 311 | 66 | 70 |
| Binary | 1010010 | 10100000 | 11001011 | 111100 | 10101 | 0 | 10100 | 11001001 | 110110 | 111000 |
Color Harmonies of #52A0CB
Complementary color
Monochromatic Colors of #52A0CB
Black with #52A0CB
Text Example
Text Example
White with #52A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A0CB; }
p { color: rgb(82,160,203); }
H1.HeaderClassName
{
color: #52A0CB;
}
.AnyTagClassName
{
color: #52A0CB;
}
</style>
background-color css
<style>
a { background-color: #52A0CB; }
a { background-color: rgb(82,160,203); }
div.DivClassName
{
background-color: #52A0CB;
}
.BgClassName
{
background-color: #52A0CB;
}
</style>
border-color css
<style>
span { border-color: #52A0CB; }
span { border-color: rgb(82,160,203); }
td.TdClassName
{
border-color: #52A0CB;
}
.TagClassName
{
border-color: #52A0CB;
}
</style>