Html Css Color HEX #529CCF Picton Blue

📋 copy color: '#529CCF'

red 82 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #529CCF

Tints of Picton Blue #529CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 18.43%
G = 35.06%
B = 46.52%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#529CCF (or 0x529CCF) is known color: Picton Blue. HEX triplet: 52, 9C and CF. RGB value is (82,156,207). Sum of RGB (Red+Green+Blue) = 82+156+207=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #529CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CCF is #AD6330. Grayscale: #8B8B8B. Windows color (decimal): -11363121 or 13605970. OLE color: 13605970.

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

Color convert

RGB 82 156 207 -
CMYK 0.60 0.25 0 0.19
HSL 204.48º 0.57% 0.57% -
HSV(B) 204.48º 0.6% 0.81% -
XYZ 26.63 30.08 63.43 -
YUV 139.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 82 156 207 0.60 0.25 0 0.19 204.48 0.57 0.57
Hex 52 9C CF 3C 19 0 13 CC 39 39
Octal 122 234 317 74 31 0 23 314 71 71
Binary 1010010 10011100 11001111 111100 11001 0 10011 11001100 111001 111001

Color Harmonies of #529CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CCF

Black with #529CCF

Text Example


Text Example

White with #529CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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