Html Css Color HEX #52A1CD Picton Blue

📋 copy color: '#52A1CD'

red 82 ◦ green 161 ◦ blue 205

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

Shades of Picton Blue #52A1CD

Tints of Picton Blue #52A1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 18.3%
G = 35.94%
B = 45.76%

CMYK

 C value IS 0.6

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52A1CD (or 0x52A1CD) is known color: Picton Blue. HEX triplet: 52, A1 and CD. RGB value is (82,161,205). Sum of RGB (Red+Green+Blue) = 82+161+205=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #52A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A1CD is #AD5E32. Grayscale: #8E8E8E. Windows color (decimal): -11361843 or 13476178. OLE color: 13476178.

HSL color Cylindrical-coordinate representation of color #52A1CD: hue angle of 201.46º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52A1CD is Cyan = 0.6, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 161 205 -
CMYK 0.6 0.21 0 0.20
HSL 201.46º 0.55% 0.56% -
HSV(B) 201.46º 0.6% 0.8% -
XYZ 27.24 31.69 62.44 -
YUV 142.4 163.33 84.92 -
System Red Green Blue C M Y K H S L
Decimal 82 161 205 0.6 0.21 0 0.20 201.46 0.55 0.56
Hex 52 A1 CD 3C 15 0 14 C9 37 38
Octal 122 241 315 74 25 0 24 311 67 70
Binary 1010010 10100001 11001101 111100 10101 0 10100 11001001 110111 111000

Color Harmonies of #52A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A1CD

Black with #52A1CD

Text Example


Text Example

White with #52A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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