#52A4E3

Color #52A4E3 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #52A4E3

Tints of Picton Blue #52A4E3

Color information

#52A4E3 (or 0x52A4E3) is unknown color: approx Picton Blue. HEX triplet: 52, A4 and E3. RGB value is (82,164,227). Sum of RGB (Red+Green+Blue) = 82+164+227=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 227 - color contains mainly: blue. Hex color #52A4E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A4E3 is #AD5B1C. Grayscale: #929292. Windows color (decimal): -11361053 or 14918738. OLE color: 14918738.

HSL color Cylindrical-coordinate representation of color #52A4E3: hue angle of 206.07º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52A4E3 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB82164227-
CMYK0.640.2800.11
HSL206.07º72.14%60.59%-
HSV(B)206.07º63.88%89.02%-
XYZ30.6233.8977.6-
YUV146.66173.3381.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 17.34%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 227 (89.06% from 255) = 47.99%
R=17.34%
G=34.67%
B=47.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal821642270.640.2800.11206.0772.1460.59
Hex52A4E3401C0Bce483d
Octal1222443431003401331611075
Binary1010010101001001110001110000001110001011110011101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A4E3; }

 p { color: rgb(82,164,227); }

 H1.HeaderClassName
 {
   color: #52A4E3;
 }
 .AnyTagClassName
 {
   color: #52A4E3;
 }
</style>
background-color css

<style>
 a { background-color: #52A4E3; }

 a { background-color: rgb(82,164,227); }

 div.DivClassName
 {
   background-color: #52A4E3;
 }
 .BgClassName
 {
   background-color: #52A4E3;
 }
</style>
border-color css

<style>
 span { border-color: #52A4E3; }

 span { border-color: rgb(82,164,227); }

 td.TdClassName
 {
   border-color: #52A4E3;
 }
 .TagClassName
 {
   border-color: #52A4E3;
 }
</style>