#529AC3

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

Shades of Picton Blue #529AC3

Tints of Picton Blue #529AC3

Color information

#529AC3 (or 0x529AC3) is unknown color: approx Picton Blue. HEX triplet: 52, 9A and C3. RGB value is (82,154,195). Sum of RGB (Red+Green+Blue) = 82+154+195=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #529AC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529AC3 is #AD653C. Grayscale: #888888. Windows color (decimal): -11363645 or 12819026. OLE color: 12819026.

HSL color Cylindrical-coordinate representation of color #529AC3: hue angle of 201.77º 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 #529AC3 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82154195-
CMYK0.580.2100.24
HSL201.77º48.5%54.31%-
HSV(B)201.77º57.95%76.47%-
XYZ24.8928.8555.89-
YUV137.15160.6588.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.03%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 195 (76.56% from 255) = 45.24%
R=19.03%
G=35.73%
B=45.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821541950.580.2100.24201.7748.554.31
Hex529AC33A15018ca3036
Octal12223230372250303126066
Binary101001010011010110000111110101010101100011001010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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