#529ACA

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

Shades of Picton Blue #529ACA

Tints of Picton Blue #529ACA

Color information

#529ACA (or 0x529ACA) is unknown color: approx Picton Blue. HEX triplet: 52, 9A and CA. RGB value is (82,154,202). Sum of RGB (Red+Green+Blue) = 82+154+202=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #529ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ACA is #AD6535. Grayscale: #898989. Windows color (decimal): -11363638 or 13277778. OLE color: 13277778.

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

Color convert

RGB82154202-
CMYK0.590.2400.21
HSL204º53.1%55.69%-
HSV(B)204º59.41%79.22%-
XYZ25.729.1760.15-
YUV137.94164.1588.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.72%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=18.72%
G=35.16%
B=46.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821542020.590.2400.2120453.155.69
Hex529ACA3B18015cc3538
Octal12223231273300253146570
Binary101001010011010110010101110111100001010111001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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