#529BDF

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

Shades of Picton Blue #529BDF

Tints of Picton Blue #529BDF

Color information

#529BDF (or 0x529BDF) is unknown color: approx Picton Blue. HEX triplet: 52, 9B and DF. RGB value is (82,155,223). Sum of RGB (Red+Green+Blue) = 82+155+223=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #529BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BDF is #AD6420. Grayscale: #8C8C8C. Windows color (decimal): -11363361 or 14654290. OLE color: 14654290.

HSL color Cylindrical-coordinate representation of color #529BDF: hue angle of 208.94º 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 #529BDF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82155223-
CMYK0.630.3000.13
HSL208.94º68.78%59.8%-
HSV(B)208.94º63.23%87.45%-
XYZ28.5230.5674.21-
YUV140.93174.3285.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.83%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 223 (87.5% from 255) = 48.48%
R=17.83%
G=33.70%
B=48.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821552230.630.3000.13208.9468.7859.8
Hex529BDF3F1E0Dd1453c
Octal122233337773601532110574
Binary101001010011011110111111111111111001101110100011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529BDF; }

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

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

<style>
 a { background-color: #529BDF; }

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

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

<style>
 span { border-color: #529BDF; }

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

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