Html Css Color HEX #529DC4 Picton Blue

📋 copy color: '#529DC4'

red 82 ◦ green 157 ◦ blue 196

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

Shades of Picton Blue #529DC4

Tints of Picton Blue #529DC4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.09%

 BLUE value IS 196 (76.95% from 255) = 45.06%

R = 18.85%
G = 36.09%
B = 45.06%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#529DC4 (or 0x529DC4) is known color: Picton Blue. HEX triplet: 52, 9D and C4. RGB value is (82,157,196). Sum of RGB (Red+Green+Blue) = 82+157+196=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #529DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DC4 is #AD623B. Grayscale: #8A8A8A. Windows color (decimal): -11362876 or 12885330. OLE color: 12885330.

HSL color Cylindrical-coordinate representation of color #529DC4: hue angle of 200.53º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #529DC4 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 157 196 -
CMYK 0.58 0.20 0 0.23
HSL 200.53º 0.49% 0.55% -
HSV(B) 200.53º 0.58% 0.77% -
XYZ 25.5 29.89 56.65 -
YUV 139.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 82 157 196 0.58 0.20 0 0.23 200.53 0.49 0.55
Hex 52 9D C4 3A 14 0 17 C9 31 37
Octal 122 235 304 72 24 0 27 311 61 67
Binary 1010010 10011101 11000100 111010 10100 0 10111 11001001 110001 110111

Color Harmonies of #529DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DC4

Black with #529DC4

Text Example


Text Example

White with #529DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,157,196); }

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

background-color css

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

 a { background-color: rgb(82,157,196); }

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

border-color css

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

 span { border-color: rgb(82,157,196); }

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