#529BCA

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

Shades of Picton Blue #529BCA

Tints of Picton Blue #529BCA

Color information

#529BCA (or 0x529BCA) is unknown color: approx Picton Blue. HEX triplet: 52, 9B and CA. RGB value is (82,155,202). Sum of RGB (Red+Green+Blue) = 82+155+202=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #529BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BCA is #AD6435. Grayscale: #8A8A8A. Windows color (decimal): -11363382 or 13278034. OLE color: 13278034.

HSL color Cylindrical-coordinate representation of color #529BCA: hue angle of 203.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 #529BCA is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82155202-
CMYK0.590.2300.21
HSL203.5º53.1%55.69%-
HSV(B)203.5º59.41%79.22%-
XYZ25.8629.560.21-
YUV138.53163.8287.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=18.68%
G=35.31%
B=46.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821552020.590.2300.21203.553.155.69
Hex529BCA3B17015cc3538
Octal12223331273270253146570
Binary101001010011011110010101110111011101010111001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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