Html Css Color HEX #529DCE Picton Blue

📋 copy color: '#529DCE'

red 82 ◦ green 157 ◦ blue 206

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

Shades of Picton Blue #529DCE

Tints of Picton Blue #529DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 18.43%
G = 35.28%
B = 46.29%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#529DCE (or 0x529DCE) is known color: Picton Blue. HEX triplet: 52, 9D and CE. RGB value is (82,157,206). Sum of RGB (Red+Green+Blue) = 82+157+206=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #529DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DCE is #AD6231. Grayscale: #8B8B8B. Windows color (decimal): -11362866 or 13540690. OLE color: 13540690.

HSL color Cylindrical-coordinate representation of color #529DCE: hue angle of 203.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529DCE is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 157 206 -
CMYK 0.60 0.24 0 0.19
HSL 203.71º 0.56% 0.56% -
HSV(B) 203.71º 0.6% 0.81% -
XYZ 26.68 30.36 62.85 -
YUV 140.16 165.15 86.52 -
System Red Green Blue C M Y K H S L
Decimal 82 157 206 0.60 0.24 0 0.19 203.71 0.56 0.56
Hex 52 9D CE 3C 18 0 13 CC 38 38
Octal 122 235 316 74 30 0 23 314 70 70
Binary 1010010 10011101 11001110 111100 11000 0 10011 11001100 111000 111000

Color Harmonies of #529DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DCE

Black with #529DCE

Text Example


Text Example

White with #529DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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