Html Css Color HEX #529CC6 Picton Blue

📋 copy color: '#529CC6'

red 82 ◦ green 156 ◦ blue 198

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

Shades of Picton Blue #529CC6

Tints of Picton Blue #529CC6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.78%

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 18.81%
G = 35.78%
B = 45.41%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#529CC6 (or 0x529CC6) is known color: Picton Blue. HEX triplet: 52, 9C and C6. RGB value is (82,156,198). Sum of RGB (Red+Green+Blue) = 82+156+198=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #529CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CC6 is #AD6339. Grayscale: #8A8A8A. Windows color (decimal): -11363130 or 13016146. OLE color: 13016146.

HSL color Cylindrical-coordinate representation of color #529CC6: hue angle of 201.72º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #529CC6 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 156 198 -
CMYK 0.59 0.21 0 0.22
HSL 201.72º 0.5% 0.55% -
HSV(B) 201.72º 0.59% 0.78% -
XYZ 25.56 29.65 57.8 -
YUV 138.66 161.48 87.58 -
System Red Green Blue C M Y K H S L
Decimal 82 156 198 0.59 0.21 0 0.22 201.72 0.5 0.55
Hex 52 9C C6 3B 15 0 16 CA 32 37
Octal 122 234 306 73 25 0 26 312 62 67
Binary 1010010 10011100 11000110 111011 10101 0 10110 11001010 110010 110111

Color Harmonies of #529CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CC6

Black with #529CC6

Text Example


Text Example

White with #529CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,156,198); }

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

background-color css

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

 a { background-color: rgb(82,156,198); }

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

border-color css

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

 span { border-color: rgb(82,156,198); }

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