Shades of Picton Blue #52A5E7
Tints of Picton Blue #52A5E7
RGB
CMYK
RGB Variations
Color information
#52A5E7 (or 0x52A5E7) is known color: Picton Blue. HEX triplet: 52, A5 and E7. RGB value is (82,165,231). Sum of RGB (Red+Green+Blue) = 82+165+231=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #52A5E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A5E7 is #AD5A18. Grayscale: #939393. Windows color (decimal): -11360793 or 15181138. OLE color: 15181138.
HSL color Cylindrical-coordinate representation of color #52A5E7: hue angle of 206.58º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52A5E7 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 165 | 231 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.09 |
| HSL | 206.58º | 0.76% | 0.61% | - |
| HSV(B) | 206.58º | 0.65% | 0.91% | - |
| XYZ | 31.36 | 34.47 | 80.6 | - |
| YUV | 147.71 | 175 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 165 | 231 | 0.65 | 0.29 | 0 | 0.09 | 206.58 | 0.76 | 0.61 |
| Hex | 52 | A5 | E7 | 41 | 1D | 0 | 9 | CF | 4C | 3D |
| Octal | 122 | 245 | 347 | 101 | 35 | 0 | 11 | 317 | 114 | 75 |
| Binary | 1010010 | 10100101 | 11100111 | 1000001 | 11101 | 0 | 1001 | 11001111 | 1001100 | 111101 |
Color Harmonies of #52A5E7
Complementary color
Monochromatic Colors of #52A5E7
Black with #52A5E7
Text Example
Text Example
White with #52A5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A5E7; }
p { color: rgb(82,165,231); }
H1.HeaderClassName
{
color: #52A5E7;
}
.AnyTagClassName
{
color: #52A5E7;
}
</style>
background-color css
<style>
a { background-color: #52A5E7; }
a { background-color: rgb(82,165,231); }
div.DivClassName
{
background-color: #52A5E7;
}
.BgClassName
{
background-color: #52A5E7;
}
</style>
border-color css
<style>
span { border-color: #52A5E7; }
span { border-color: rgb(82,165,231); }
td.TdClassName
{
border-color: #52A5E7;
}
.TagClassName
{
border-color: #52A5E7;
}
</style>