Html Css Color HEX #529FCE Picton Blue

📋 copy color: '#529FCE'

red 82 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #529FCE

Tints of Picton Blue #529FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.57%

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

R = 18.34%
G = 35.57%
B = 46.09%

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

#529FCE (or 0x529FCE) is known color: Picton Blue. HEX triplet: 52, 9F and CE. RGB value is (82,159,206). Sum of RGB (Red+Green+Blue) = 82+159+206=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #529FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FCE is #AD6031. Grayscale: #8D8D8D. Windows color (decimal): -11362354 or 13541202. OLE color: 13541202.

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

Color convert

RGB 82 159 206 -
CMYK 0.60 0.23 0 0.19
HSL 202.74º 0.56% 0.56% -
HSV(B) 202.74º 0.6% 0.81% -
XYZ 27.02 31.05 62.96 -
YUV 141.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 82 159 206 0.60 0.23 0 0.19 202.74 0.56 0.56
Hex 52 9F CE 3C 17 0 13 CB 38 38
Octal 122 237 316 74 27 0 23 313 70 70
Binary 1010010 10011111 11001110 111100 10111 0 10011 11001011 111000 111000

Color Harmonies of #529FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529FCE

Black with #529FCE

Text Example


Text Example

White with #529FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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