#52A5EA

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

Shades of Picton Blue #52A5EA

Tints of Picton Blue #52A5EA

Color information

#52A5EA (or 0x52A5EA) is unknown color: approx Picton Blue. HEX triplet: 52, A5 and EA. RGB value is (82,165,234). Sum of RGB (Red+Green+Blue) = 82+165+234=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #52A5EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A5EA is #AD5A15. Grayscale: #939393. Windows color (decimal): -11360790 or 15377746. OLE color: 15377746.

HSL color Cylindrical-coordinate representation of color #52A5EA: hue angle of 207.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52A5EA is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82165234-
CMYK0.650.2900.08
HSL207.24º78.35%61.96%-
HSV(B)207.24º64.96%91.76%-
XYZ31.7934.6482.85-
YUV148.05176.580.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.05%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 234 (91.80% from 255) = 48.65%
R=17.05%
G=34.30%
B=48.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal821652340.650.2900.08207.2478.3561.96
Hex52A5EA411D08cf4e3e
Octal1222453521013501031711676
Binary1010010101001011110101010000011110101000110011111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,165,234); }

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

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

 a { background-color: rgb(82,165,234); }

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

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

 span { border-color: rgb(82,165,234); }

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