Html Css Color HEX #529CCC Picton Blue

📋 copy color: '#529CCC'

red 82 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #529CCC

Tints of Picton Blue #529CCC

RGB

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

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

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

R = 18.55%
G = 35.29%
B = 46.15%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#529CCC (or 0x529CCC) is known color: Picton Blue. HEX triplet: 52, 9C and CC. RGB value is (82,156,204). Sum of RGB (Red+Green+Blue) = 82+156+204=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #529CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CCC is #AD6333. Grayscale: #8B8B8B. Windows color (decimal): -11363124 or 13409362. OLE color: 13409362.

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

Color convert

RGB 82 156 204 -
CMYK 0.60 0.24 0 0.2
HSL 203.61º 0.54% 0.56% -
HSV(B) 203.61º 0.6% 0.8% -
XYZ 26.27 29.93 61.52 -
YUV 139.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 82 156 204 0.60 0.24 0 0.2 203.61 0.54 0.56
Hex 52 9C CC 3C 18 0 14 CC 36 38
Octal 122 234 314 74 30 0 24 314 66 70
Binary 1010010 10011100 11001100 111100 11000 0 10100 11001100 110110 111000

Color Harmonies of #529CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CCC

Black with #529CCC

Text Example


Text Example

White with #529CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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