Html Css Color HEX #529CD2 Picton Blue

📋 copy color: '#529CD2'

red 82 ◦ green 156 ◦ blue 210

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

Shades of Picton Blue #529CD2

Tints of Picton Blue #529CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.88%

R = 18.3%
G = 34.82%
B = 46.88%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#529CD2 (or 0x529CD2) is known color: Picton Blue. HEX triplet: 52, 9C and D2. RGB value is (82,156,210). Sum of RGB (Red+Green+Blue) = 82+156+210=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #529CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CD2 is #AD632D. Grayscale: #8B8B8B. Windows color (decimal): -11363118 or 13802578. OLE color: 13802578.

HSL color Cylindrical-coordinate representation of color #529CD2: hue angle of 205.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #529CD2 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 156 210 -
CMYK 0.61 0.26 0 0.18
HSL 205.31º 0.59% 0.57% -
HSV(B) 205.31º 0.61% 0.82% -
XYZ 27 30.22 65.38 -
YUV 140.03 167.48 86.61 -
System Red Green Blue C M Y K H S L
Decimal 82 156 210 0.61 0.26 0 0.18 205.31 0.59 0.57
Hex 52 9C D2 3D 1A 0 12 CD 3B 39
Octal 122 234 322 75 32 0 22 315 73 71
Binary 1010010 10011100 11010010 111101 11010 0 10010 11001101 111011 111001

Color Harmonies of #529CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CD2

Black with #529CD2

Text Example


Text Example

White with #529CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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