Html Css Color HEX #529BE0 Picton Blue

📋 copy color: '#529BE0'

red 82 ◦ green 155 ◦ blue 224

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

Shades of Picton Blue #529BE0

Tints of Picton Blue #529BE0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.62%

 BLUE value IS 224 (87.89% from 255) = 48.59%

R = 17.79%
G = 33.62%
B = 48.59%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#529BE0 (or 0x529BE0) is known color: Picton Blue. HEX triplet: 52, 9B and E0. RGB value is (82,155,224). Sum of RGB (Red+Green+Blue) = 82+155+224=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #529BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BE0 is #AD641F. Grayscale: #8C8C8C. Windows color (decimal): -11363360 or 14719826. OLE color: 14719826.

HSL color Cylindrical-coordinate representation of color #529BE0: hue angle of 209.15º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529BE0 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 155 224 -
CMYK 0.63 0.31 0 0.12
HSL 209.15º 0.7% 0.6% -
HSV(B) 209.15º 0.63% 0.88% -
XYZ 28.66 30.62 74.92 -
YUV 141.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 82 155 224 0.63 0.31 0 0.12 209.15 0.7 0.6
Hex 52 9B E0 3F 1F 0 C D1 46 3C
Octal 122 233 340 77 37 0 14 321 106 74
Binary 1010010 10011011 11100000 111111 11111 0 1100 11010001 1000110 111100

Color Harmonies of #529BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BE0

Black with #529BE0

Text Example


Text Example

White with #529BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,155,224); }

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

background-color css

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

 a { background-color: rgb(82,155,224); }

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

border-color css

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

 span { border-color: rgb(82,155,224); }

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