Html Css Color HEX #52A6DD Picton Blue

📋 copy color: '#52A6DD'

red 82 ◦ green 166 ◦ blue 221

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

Shades of Picton Blue #52A6DD

Tints of Picton Blue #52A6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 17.48%
G = 35.39%
B = 47.12%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52A6DD (or 0x52A6DD) is known color: Picton Blue. HEX triplet: 52, A6 and DD. RGB value is (82,166,221). Sum of RGB (Red+Green+Blue) = 82+166+221=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #52A6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A6DD is #AD5922. Grayscale: #929292. Windows color (decimal): -11360547 or 14526034. OLE color: 14526034.

HSL color Cylindrical-coordinate representation of color #52A6DD: hue angle of 203.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52A6DD is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 166 221 -
CMYK 0.63 0.25 0 0.13
HSL 203.74º 0.67% 0.59% -
HSV(B) 203.74º 0.63% 0.87% -
XYZ 30.17 34.29 73.43 -
YUV 147.15 169.67 81.53 -
System Red Green Blue C M Y K H S L
Decimal 82 166 221 0.63 0.25 0 0.13 203.74 0.67 0.59
Hex 52 A6 DD 3F 19 0 D CC 43 3B
Octal 122 246 335 77 31 0 15 314 103 73
Binary 1010010 10100110 11011101 111111 11001 0 1101 11001100 1000011 111011

Color Harmonies of #52A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A6DD

Black with #52A6DD

Text Example


Text Example

White with #52A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,166,221); }

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

background-color css

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

 a { background-color: rgb(82,166,221); }

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

border-color css

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

 span { border-color: rgb(82,166,221); }

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