#52A8DF

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

Shades of Picton Blue #52A8DF

Tints of Picton Blue #52A8DF

Color information

#52A8DF (or 0x52A8DF) is unknown color: approx Picton Blue. HEX triplet: 52, A8 and DF. RGB value is (82,168,223). Sum of RGB (Red+Green+Blue) = 82+168+223=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #52A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8DF is #AD5720. Grayscale: #949494. Windows color (decimal): -11360033 or 14657618. OLE color: 14657618.

HSL color Cylindrical-coordinate representation of color #52A8DF: hue angle of 203.4º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52A8DF is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82168223-
CMYK0.630.2500.13
HSL203.4º68.78%59.8%-
HSV(B)203.4º63.23%87.45%-
XYZ30.835.1374.97-
YUV148.56170.0180.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.34%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=17.34%
G=35.52%
B=47.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821682230.630.2500.13203.468.7859.8
Hex52A8DF3F190Dcb453c
Octal122250337773101531310574
Binary101001010101000110111111111111100101101110010111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,168,223); }

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

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

 a { background-color: rgb(82,168,223); }

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

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

 span { border-color: rgb(82,168,223); }

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