#529AC5

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

Shades of Picton Blue #529AC5

Tints of Picton Blue #529AC5

Color information

#529AC5 (or 0x529AC5) is unknown color: approx Picton Blue. HEX triplet: 52, 9A and C5. RGB value is (82,154,197). Sum of RGB (Red+Green+Blue) = 82+154+197=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #529AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529AC5 is #AD653A. Grayscale: #898989. Windows color (decimal): -11363643 or 12950098. OLE color: 12950098.

HSL color Cylindrical-coordinate representation of color #529AC5: hue angle of 202.43º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #529AC5 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB82154197-
CMYK0.580.2200.23
HSL202.43º49.78%54.71%-
HSV(B)202.43º58.38%77.25%-
XYZ25.1128.9457.08-
YUV137.37161.6588.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.94%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=18.94%
G=35.57%
B=45.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821541970.580.2200.23202.4349.7854.71
Hex529AC53A16017ca3237
Octal12223230572260273126267
Binary101001010011010110001011110101011001011111001010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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