Html Css Color HEX #529ECE Picton Blue

📋 copy color: '#529ECE'

red 82 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #529ECE

Tints of Picton Blue #529ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.43%

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

R = 18.39%
G = 35.43%
B = 46.19%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#529ECE (or 0x529ECE) is known color: Picton Blue. HEX triplet: 52, 9E and CE. RGB value is (82,158,206). Sum of RGB (Red+Green+Blue) = 82+158+206=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #529ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ECE is #AD6131. Grayscale: #8C8C8C. Windows color (decimal): -11362610 or 13540946. OLE color: 13540946.

HSL color Cylindrical-coordinate representation of color #529ECE: hue angle of 203.23º 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 #529ECE is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 158 206 -
CMYK 0.60 0.23 0 0.19
HSL 203.23º 0.56% 0.56% -
HSV(B) 203.23º 0.6% 0.81% -
XYZ 26.85 30.7 62.9 -
YUV 140.75 164.82 86.1 -
System Red Green Blue C M Y K H S L
Decimal 82 158 206 0.60 0.23 0 0.19 203.23 0.56 0.56
Hex 52 9E CE 3C 17 0 13 CB 38 38
Octal 122 236 316 74 27 0 23 313 70 70
Binary 1010010 10011110 11001110 111100 10111 0 10011 11001011 111000 111000

Color Harmonies of #529ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529ECE

Black with #529ECE

Text Example


Text Example

White with #529ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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