Html Css Color HEX #529CDC Picton Blue

📋 copy color: '#529CDC'

red 82 ◦ green 156 ◦ blue 220

#529CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #529CDC

Tints of Picton Blue #529CDC

RGB

 RED value IS 82 (32.42% from 255) = 17.9%

 GREEN value IS 156 (61.33% from 255) = 34.06%

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 17.9%
G = 34.06%
B = 48.03%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#529CDC (or 0x529CDC) is known color: Picton Blue. HEX triplet: 52, 9C and DC. RGB value is (82,156,220). Sum of RGB (Red+Green+Blue) = 82+156+220=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #529CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CDC is #AD6323. Grayscale: #8C8C8C. Windows color (decimal): -11363108 or 14457938. OLE color: 14457938.

HSL color Cylindrical-coordinate representation of color #529CDC: hue angle of 207.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529CDC is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 156 220 -
CMYK 0.63 0.29 0 0.14
HSL 207.83º 0.66% 0.59% -
HSV(B) 207.83º 0.63% 0.86% -
XYZ 28.29 30.74 72.15 -
YUV 141.17 172.48 85.8 -
System Red Green Blue C M Y K H S L
Decimal 82 156 220 0.63 0.29 0 0.14 207.83 0.66 0.59
Hex 52 9C DC 3F 1D 0 E D0 42 3B
Octal 122 234 334 77 35 0 16 320 102 73
Binary 1010010 10011100 11011100 111111 11101 0 1110 11010000 1000010 111011

Color Harmonies of #529CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CDC

Black with #529CDC

Text Example


Text Example

White with #529CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,156,220); }

 H1.HeaderClassName
 {
   color: #529CDC;
 }
 .AnyTagClassName
 {
   color: #529CDC;
 }
</style>

background-color css

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

 a { background-color: rgb(82,156,220); }

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

border-color css

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

 span { border-color: rgb(82,156,220); }

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