#529DDD

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

Shades of Picton Blue #529DDD

Tints of Picton Blue #529DDD

Color information

#529DDD (or 0x529DDD) is unknown color: approx Picton Blue. HEX triplet: 52, 9D and DD. RGB value is (82,157,221). Sum of RGB (Red+Green+Blue) = 82+157+221=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #529DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DDD is #AD6222. Grayscale: #8D8D8D. Windows color (decimal): -11362851 or 14523730. OLE color: 14523730.

HSL color Cylindrical-coordinate representation of color #529DDD: hue angle of 207.63º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529DDD is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82157221-
CMYK0.630.2900.13
HSL207.63º67.15%59.41%-
HSV(B)207.63º62.9%86.67%-
XYZ28.5931.1372.91-
YUV141.87172.6585.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.83%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=17.83%
G=34.13%
B=48.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821572210.630.2900.13207.6367.1559.41
Hex529DDD3F1D0Dd0433b
Octal122235335773501532010373
Binary101001010011101110111011111111110101101110100001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,157,221); }

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

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

 a { background-color: rgb(82,157,221); }

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

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

 span { border-color: rgb(82,157,221); }

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