#529AC9

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

Shades of Picton Blue #529AC9

Tints of Picton Blue #529AC9

Color information

#529AC9 (or 0x529AC9) is unknown color: approx Picton Blue. HEX triplet: 52, 9A and C9. RGB value is (82,154,201). Sum of RGB (Red+Green+Blue) = 82+154+201=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #529AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529AC9 is #AD6536. Grayscale: #898989. Windows color (decimal): -11363639 or 13212242. OLE color: 13212242.

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

Color convert

RGB82154201-
CMYK0.590.2300.21
HSL203.7º52.42%55.49%-
HSV(B)203.7º59.2%78.82%-
XYZ25.5829.1259.53-
YUV137.83163.6588.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.76%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 201 (78.91% from 255) = 46.00%
R=18.76%
G=35.24%
B=46.00%

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
Decimal821542010.590.2300.21203.752.4255.49
Hex529AC93B17015cc3437
Octal12223231173270253146467
Binary101001010011010110010011110111011101010111001100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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