#52A1E3

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

Shades of Picton Blue #52A1E3

Tints of Picton Blue #52A1E3

Color information

#52A1E3 (or 0x52A1E3) is unknown color: approx Picton Blue. HEX triplet: 52, A1 and E3. RGB value is (82,161,227). Sum of RGB (Red+Green+Blue) = 82+161+227=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #52A1E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A1E3 is #AD5E1C. Grayscale: #909090. Windows color (decimal): -11361821 or 14917970. OLE color: 14917970.

HSL color Cylindrical-coordinate representation of color #52A1E3: hue angle of 207.31º 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 #52A1E3 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB82161227-
CMYK0.640.2900.11
HSL207.31º72.14%60.59%-
HSV(B)207.31º63.88%89.02%-
XYZ30.0932.8377.42-
YUV144.9174.3383.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.45%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 227 (89.06% from 255) = 48.30%
R=17.45%
G=34.26%
B=48.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal821612270.640.2900.11207.3172.1460.59
Hex52A1E3401D0Bcf483d
Octal1222413431003501331711075
Binary1010010101000011110001110000001110101011110011111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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