Shades of Picton Blue #52A0E6
Tints of Picton Blue #52A0E6
RGB
CMYK
RGB Variations
Color information
#52A0E6 (or 0x52A0E6) is known color: Picton Blue. HEX triplet: 52, A0 and E6. RGB value is (82,160,230). Sum of RGB (Red+Green+Blue) = 82+160+230=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #52A0E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A0E6 is #AD5F19. Grayscale: #909090. Windows color (decimal): -11362074 or 15114322. OLE color: 15114322.
HSL color Cylindrical-coordinate representation of color #52A0E6: hue angle of 208.38º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52A0E6 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 160 | 230 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.10 |
| HSL | 208.38º | 0.75% | 0.61% | - |
| HSV(B) | 208.38º | 0.64% | 0.9% | - |
| XYZ | 30.33 | 32.65 | 79.57 | - |
| YUV | 144.66 | 176.16 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 230 | 0.64 | 0.30 | 0 | 0.10 | 208.38 | 0.75 | 0.61 |
| Hex | 52 | A0 | E6 | 40 | 1E | 0 | A | D0 | 4B | 3D |
| Octal | 122 | 240 | 346 | 100 | 36 | 0 | 12 | 320 | 113 | 75 |
| Binary | 1010010 | 10100000 | 11100110 | 1000000 | 11110 | 0 | 1010 | 11010000 | 1001011 | 111101 |
Color Harmonies of #52A0E6
Complementary color
Monochromatic Colors of #52A0E6
Black with #52A0E6
Text Example
Text Example
White with #52A0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A0E6; }
p { color: rgb(82,160,230); }
H1.HeaderClassName
{
color: #52A0E6;
}
.AnyTagClassName
{
color: #52A0E6;
}
</style>
background-color css
<style>
a { background-color: #52A0E6; }
a { background-color: rgb(82,160,230); }
div.DivClassName
{
background-color: #52A0E6;
}
.BgClassName
{
background-color: #52A0E6;
}
</style>
border-color css
<style>
span { border-color: #52A0E6; }
span { border-color: rgb(82,160,230); }
td.TdClassName
{
border-color: #52A0E6;
}
.TagClassName
{
border-color: #52A0E6;
}
</style>