Html Css Color HEX #529ECB Picton Blue

📋 copy color: '#529ECB'

red 82 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #529ECB

Tints of Picton Blue #529ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 18.51%
G = 35.67%
B = 45.82%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#529ECB (or 0x529ECB) is known color: Picton Blue. HEX triplet: 52, 9E and CB. RGB value is (82,158,203). Sum of RGB (Red+Green+Blue) = 82+158+203=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #529ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ECB is #AD6134. Grayscale: #8C8C8C. Windows color (decimal): -11362613 or 13344338. OLE color: 13344338.

HSL color Cylindrical-coordinate representation of color #529ECB: hue angle of 202.31º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529ECB is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 158 203 -
CMYK 0.60 0.22 0 0.20
HSL 202.31º 0.54% 0.56% -
HSV(B) 202.31º 0.6% 0.8% -
XYZ 26.49 30.56 61 -
YUV 140.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 82 158 203 0.60 0.22 0 0.20 202.31 0.54 0.56
Hex 52 9E CB 3C 16 0 14 CA 36 38
Octal 122 236 313 74 26 0 24 312 66 70
Binary 1010010 10011110 11001011 111100 10110 0 10100 11001010 110110 111000

Color Harmonies of #529ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529ECB

Black with #529ECB

Text Example


Text Example

White with #529ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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