Html Css Color HEX #529ECC Picton Blue

📋 copy color: '#529ECC'

red 82 ◦ green 158 ◦ blue 204

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

Shades of Picton Blue #529ECC

Tints of Picton Blue #529ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 18.47%
G = 35.59%
B = 45.95%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#529ECC (or 0x529ECC) is known color: Picton Blue. HEX triplet: 52, 9E and CC. RGB value is (82,158,204). Sum of RGB (Red+Green+Blue) = 82+158+204=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #529ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ECC is #AD6133. Grayscale: #8C8C8C. Windows color (decimal): -11362612 or 13409874. OLE color: 13409874.

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

Color convert

RGB 82 158 204 -
CMYK 0.60 0.23 0 0.2
HSL 202.62º 0.54% 0.56% -
HSV(B) 202.62º 0.6% 0.8% -
XYZ 26.61 30.61 61.63 -
YUV 140.52 163.82 86.26 -
System Red Green Blue C M Y K H S L
Decimal 82 158 204 0.60 0.23 0 0.2 202.62 0.54 0.56
Hex 52 9E CC 3C 17 0 14 CB 36 38
Octal 122 236 314 74 27 0 24 313 66 70
Binary 1010010 10011110 11001100 111100 10111 0 10100 11001011 110110 111000

Color Harmonies of #529ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529ECC

Black with #529ECC

Text Example


Text Example

White with #529ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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