Html Css Color HEX #52A0DC Picton Blue

📋 copy color: '#52A0DC'

red 82 ◦ green 160 ◦ blue 220

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

Shades of Picton Blue #52A0DC

Tints of Picton Blue #52A0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.63%

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

R = 17.75%
G = 34.63%
B = 47.62%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52A0DC (or 0x52A0DC) is known color: Picton Blue. HEX triplet: 52, A0 and DC. RGB value is (82,160,220). Sum of RGB (Red+Green+Blue) = 82+160+220=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #52A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A0DC is #AD5F23. Grayscale: #8F8F8F. Windows color (decimal): -11362084 or 14458962. OLE color: 14458962.

HSL color Cylindrical-coordinate representation of color #52A0DC: hue angle of 206.09º 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 #52A0DC is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 160 220 -
CMYK 0.63 0.27 0 0.14
HSL 206.09º 0.66% 0.59% -
HSV(B) 206.09º 0.63% 0.86% -
XYZ 28.97 32.1 72.38 -
YUV 143.52 171.16 84.12 -
System Red Green Blue C M Y K H S L
Decimal 82 160 220 0.63 0.27 0 0.14 206.09 0.66 0.59
Hex 52 A0 DC 3F 1B 0 E CE 42 3B
Octal 122 240 334 77 33 0 16 316 102 73
Binary 1010010 10100000 11011100 111111 11011 0 1110 11001110 1000010 111011

Color Harmonies of #52A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A0DC

Black with #52A0DC

Text Example


Text Example

White with #52A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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