Html Css Color HEX #52AAD3 Picton Blue

📋 copy color: '#52AAD3'

red 82 ◦ green 170 ◦ blue 211

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

Shades of Picton Blue #52AAD3

Tints of Picton Blue #52AAD3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.72%

 BLUE value IS 211 (82.81% from 255) = 45.57%

R = 17.71%
G = 36.72%
B = 45.57%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#52AAD3 (or 0x52AAD3) is known color: Picton Blue. HEX triplet: 52, AA and D3. RGB value is (82,170,211). Sum of RGB (Red+Green+Blue) = 82+170+211=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #52AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AAD3 is #AD552C. Grayscale: #949494. Windows color (decimal): -11359533 or 13871698. OLE color: 13871698.

HSL color Cylindrical-coordinate representation of color #52AAD3: hue angle of 199.07º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52AAD3 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 170 211 -
CMYK 0.61 0.19 0 0.17
HSL 199.07º 0.59% 0.57% -
HSV(B) 199.07º 0.61% 0.83% -
XYZ 29.61 35.25 66.87 -
YUV 148.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 82 170 211 0.61 0.19 0 0.17 199.07 0.59 0.57
Hex 52 AA D3 3D 13 0 11 C7 3B 39
Octal 122 252 323 75 23 0 21 307 73 71
Binary 1010010 10101010 11010011 111101 10011 0 10001 11000111 111011 111001

Color Harmonies of #52AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAD3

Black with #52AAD3

Text Example


Text Example

White with #52AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,170,211); }

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

background-color css

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

 a { background-color: rgb(82,170,211); }

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

border-color css

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

 span { border-color: rgb(82,170,211); }

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