#529EDD

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

Shades of Picton Blue #529EDD

Tints of Picton Blue #529EDD

Color information

#529EDD (or 0x529EDD) is unknown color: approx Picton Blue. HEX triplet: 52, 9E and DD. RGB value is (82,158,221). Sum of RGB (Red+Green+Blue) = 82+158+221=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #529EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529EDD is #AD6122. Grayscale: #8E8E8E. Windows color (decimal): -11362595 or 14523986. OLE color: 14523986.

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

Color convert

RGB82158221-
CMYK0.630.2900.13
HSL207.19º67.15%59.41%-
HSV(B)207.19º62.9%86.67%-
XYZ28.7631.4772.96-
YUV142.46172.3284.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.79%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=17.79%
G=34.27%
B=47.94%

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
Decimal821582210.630.2900.13207.1967.1559.41
Hex529EDD3F1D0Dcf433b
Octal122236335773501531710373
Binary101001010011110110111011111111110101101110011111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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