Html Css Color HEX #529ACC Picton Blue

📋 copy color: '#529ACC'

red 82 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #529ACC

Tints of Picton Blue #529ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 18.64%
G = 35%
B = 46.36%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#529ACC (or 0x529ACC) is known color: Picton Blue. HEX triplet: 52, 9A and CC. RGB value is (82,154,204). Sum of RGB (Red+Green+Blue) = 82+154+204=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #529ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ACC is #AD6533. Grayscale: #898989. Windows color (decimal): -11363636 or 13408850. OLE color: 13408850.

HSL color Cylindrical-coordinate representation of color #529ACC: hue angle of 204.59º degrees, saturation: 0.54, 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 #529ACC is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 154 204 -
CMYK 0.60 0.25 0 0.2
HSL 204.59º 0.54% 0.56% -
HSV(B) 204.59º 0.6% 0.8% -
XYZ 25.93 29.26 61.41 -
YUV 138.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 82 154 204 0.60 0.25 0 0.2 204.59 0.54 0.56
Hex 52 9A CC 3C 19 0 14 CD 36 38
Octal 122 232 314 74 31 0 24 315 66 70
Binary 1010010 10011010 11001100 111100 11001 0 10100 11001101 110110 111000

Color Harmonies of #529ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529ACC

Black with #529ACC

Text Example


Text Example

White with #529ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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