Html Css Color HEX #52A3DC Picton Blue

📋 copy color: '#52A3DC'

red 82 ◦ green 163 ◦ blue 220

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

Shades of Picton Blue #52A3DC

Tints of Picton Blue #52A3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.05%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 17.63%
G = 35.05%
B = 47.31%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52A3DC (or 0x52A3DC) is known color: Picton Blue. HEX triplet: 52, A3 and DC. RGB value is (82,163,220). Sum of RGB (Red+Green+Blue) = 82+163+220=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #52A3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A3DC is #AD5C23. Grayscale: #909090. Windows color (decimal): -11361316 or 14459730. OLE color: 14459730.

HSL color Cylindrical-coordinate representation of color #52A3DC: hue angle of 204.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52A3DC is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 163 220 -
CMYK 0.63 0.26 0 0.14
HSL 204.78º 0.66% 0.59% -
HSV(B) 204.78º 0.63% 0.86% -
XYZ 29.5 33.16 72.56 -
YUV 145.28 170.16 82.87 -
System Red Green Blue C M Y K H S L
Decimal 82 163 220 0.63 0.26 0 0.14 204.78 0.66 0.59
Hex 52 A3 DC 3F 1A 0 E CD 42 3B
Octal 122 243 334 77 32 0 16 315 102 73
Binary 1010010 10100011 11011100 111111 11010 0 1110 11001101 1000010 111011

Color Harmonies of #52A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A3DC

Black with #52A3DC

Text Example


Text Example

White with #52A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A3DC; }

 p { color: rgb(82,163,220); }

 H1.HeaderClassName
 {
   color: #52A3DC;
 }
 .AnyTagClassName
 {
   color: #52A3DC;
 }
</style>

background-color css

<style>
 a { background-color: #52A3DC; }

 a { background-color: rgb(82,163,220); }

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

border-color css

<style>
 span { border-color: #52A3DC; }

 span { border-color: rgb(82,163,220); }

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