#529FCA

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

Shades of Picton Blue #529FCA

Tints of Picton Blue #529FCA

Color information

#529FCA (or 0x529FCA) is unknown color: approx Picton Blue. HEX triplet: 52, 9F and CA. RGB value is (82,159,202). Sum of RGB (Red+Green+Blue) = 82+159+202=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #529FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FCA is #AD6035. Grayscale: #8C8C8C. Windows color (decimal): -11362358 or 13279058. OLE color: 13279058.

HSL color Cylindrical-coordinate representation of color #529FCA: hue angle of 201.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #529FCA is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82159202-
CMYK0.590.2100.21
HSL201.5º53.1%55.69%-
HSV(B)201.5º59.41%79.22%-
XYZ26.5430.8560.43-
YUV140.88162.4986-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.51%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=18.51%
G=35.89%
B=45.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821592020.590.2100.21201.553.155.69
Hex529FCA3B15015ca3538
Octal12223731273250253126570
Binary101001010011111110010101110111010101010111001010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,159,202); }

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

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

 a { background-color: rgb(82,159,202); }

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

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

 span { border-color: rgb(82,159,202); }

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