Html Css Color HEX #529ACE Picton Blue

📋 copy color: '#529ACE'

red 82 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #529ACE

Tints of Picton Blue #529ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.84%

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 18.55%
G = 34.84%
B = 46.61%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#529ACE (or 0x529ACE) is known color: Picton Blue. HEX triplet: 52, 9A and CE. RGB value is (82,154,206). Sum of RGB (Red+Green+Blue) = 82+154+206=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #529ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ACE is #AD6531. Grayscale: #8A8A8A. Windows color (decimal): -11363634 or 13539922. OLE color: 13539922.

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

Color convert

RGB 82 154 206 -
CMYK 0.60 0.25 0 0.19
HSL 205.16º 0.56% 0.56% -
HSV(B) 205.16º 0.6% 0.81% -
XYZ 26.18 29.36 62.68 -
YUV 138.4 166.15 87.77 -
System Red Green Blue C M Y K H S L
Decimal 82 154 206 0.60 0.25 0 0.19 205.16 0.56 0.56
Hex 52 9A CE 3C 19 0 13 CD 38 38
Octal 122 232 316 74 31 0 23 315 70 70
Binary 1010010 10011010 11001110 111100 11001 0 10011 11001101 111000 111000

Color Harmonies of #529ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529ACE

Black with #529ACE

Text Example


Text Example

White with #529ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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