Html Css Color HEX #52A1DA Picton Blue

📋 copy color: '#52A1DA'

red 82 ◦ green 161 ◦ blue 218

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

Shades of Picton Blue #52A1DA

Tints of Picton Blue #52A1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 17.79%
G = 34.92%
B = 47.29%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#52A1DA (or 0x52A1DA) is known color: Picton Blue. HEX triplet: 52, A1 and DA. RGB value is (82,161,218). Sum of RGB (Red+Green+Blue) = 82+161+218=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #52A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A1DA is #AD5E25. Grayscale: #8F8F8F. Windows color (decimal): -11361830 or 14328146. OLE color: 14328146.

HSL color Cylindrical-coordinate representation of color #52A1DA: hue angle of 205.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52A1DA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 161 218 -
CMYK 0.62 0.26 0 0.15
HSL 205.15º 0.65% 0.59% -
HSV(B) 205.15º 0.62% 0.85% -
XYZ 28.88 32.35 71.05 -
YUV 143.88 169.83 83.87 -
System Red Green Blue C M Y K H S L
Decimal 82 161 218 0.62 0.26 0 0.15 205.15 0.65 0.59
Hex 52 A1 DA 3E 1A 0 F CD 41 3B
Octal 122 241 332 76 32 0 17 315 101 73
Binary 1010010 10100001 11011010 111110 11010 0 1111 11001101 1000001 111011

Color Harmonies of #52A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A1DA

Black with #52A1DA

Text Example


Text Example

White with #52A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,161,218); }

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

background-color css

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

 a { background-color: rgb(82,161,218); }

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

border-color css

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

 span { border-color: rgb(82,161,218); }

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