#529CDA

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

Shades of Picton Blue #529CDA

Tints of Picton Blue #529CDA

Color information

#529CDA (or 0x529CDA) is unknown color: approx Picton Blue. HEX triplet: 52, 9C and DA. RGB value is (82,156,218). Sum of RGB (Red+Green+Blue) = 82+156+218=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #529CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CDA is #AD6325. Grayscale: #8C8C8C. Windows color (decimal): -11363110 or 14326866. OLE color: 14326866.

HSL color Cylindrical-coordinate representation of color #529CDA: hue angle of 207.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #529CDA is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB82156218-
CMYK0.620.2800.15
HSL207.35º64.76%58.82%-
HSV(B)207.35º62.39%85.49%-
XYZ28.0230.6370.77-
YUV140.94171.4885.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.98%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 218 (85.55% from 255) = 47.81%
R=17.98%
G=34.21%
B=47.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal821562180.620.2800.15207.3564.7658.82
Hex529CDA3E1C0Fcf413b
Octal122234332763401731710173
Binary101001010011100110110101111101110001111110011111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,156,218); }

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

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

 a { background-color: rgb(82,156,218); }

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

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

 span { border-color: rgb(82,156,218); }

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