#529ACD

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

Shades of Picton Blue #529ACD

Tints of Picton Blue #529ACD

Color information

#529ACD (or 0x529ACD) is unknown color: approx Picton Blue. HEX triplet: 52, 9A and CD. RGB value is (82,154,205). Sum of RGB (Red+Green+Blue) = 82+154+205=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #529ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ACD is #AD6532. Grayscale: #8A8A8A. Windows color (decimal): -11363635 or 13474386. OLE color: 13474386.

HSL color Cylindrical-coordinate representation of color #529ACD: hue angle of 204.88º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529ACD is Cyan = 0.6, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82154205-
CMYK0.60.2500.20
HSL204.88º55.16%56.27%-
HSV(B)204.88º60%80.39%-
XYZ26.0529.3162.04-
YUV138.29165.6587.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.59%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=18.59%
G=34.92%
B=46.49%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821542050.60.2500.20204.8855.1656.27
Hex529ACD3C19014cd3738
Octal12223231574310243156770
Binary101001010011010110011011111001100101010011001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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