#529FC3

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

Shades of Picton Blue #529FC3

Tints of Picton Blue #529FC3

Color information

#529FC3 (or 0x529FC3) is unknown color: approx Picton Blue. HEX triplet: 52, 9F and C3. RGB value is (82,159,195). Sum of RGB (Red+Green+Blue) = 82+159+195=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #529FC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FC3 is #AD603C. Grayscale: #8B8B8B. Windows color (decimal): -11362365 or 12820306. OLE color: 12820306.

HSL color Cylindrical-coordinate representation of color #529FC3: hue angle of 199.12º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #529FC3 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82159195-
CMYK0.580.1800.24
HSL199.12º48.5%54.31%-
HSV(B)199.12º57.95%76.47%-
XYZ25.7330.5356.17-
YUV140.08158.9986.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 195 (76.56% from 255) = 44.72%
R=18.81%
G=36.47%
B=44.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821591950.580.1800.24199.1248.554.31
Hex529FC33A12018c73036
Octal12223730372220303076066
Binary101001010011111110000111110101001001100011000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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