Html Css Color HEX #529BCA Picton Blue

📋 copy color: '#529BCA'

red 82 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #529BCA

Tints of Picton Blue #529BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 18.68%
G = 35.31%
B = 46.01%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#529BCA (or 0x529BCA) is known color: Picton Blue. HEX triplet: 52, 9B and CA. RGB value is (82,155,202). Sum of RGB (Red+Green+Blue) = 82+155+202=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #529BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BCA is #AD6435. Grayscale: #8A8A8A. Windows color (decimal): -11363382 or 13278034. OLE color: 13278034.

HSL color Cylindrical-coordinate representation of color #529BCA: hue angle of 203.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #529BCA is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 155 202 -
CMYK 0.59 0.23 0 0.21
HSL 203.5º 0.53% 0.56% -
HSV(B) 203.5º 0.59% 0.79% -
XYZ 25.86 29.5 60.21 -
YUV 138.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 82 155 202 0.59 0.23 0 0.21 203.5 0.53 0.56
Hex 52 9B CA 3B 17 0 15 CC 35 38
Octal 122 233 312 73 27 0 25 314 65 70
Binary 1010010 10011011 11001010 111011 10111 0 10101 11001100 110101 111000

Color Harmonies of #529BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BCA

Black with #529BCA

Text Example


Text Example

White with #529BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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