Html Css Color HEX #52A3CA Picton Blue

📋 copy color: '#52A3CA'

red 82 ◦ green 163 ◦ blue 202

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

Shades of Picton Blue #52A3CA

Tints of Picton Blue #52A3CA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.47%

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 18.34%
G = 36.47%
B = 45.19%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#52A3CA (or 0x52A3CA) is known color: Picton Blue. HEX triplet: 52, A3 and CA. RGB value is (82,163,202). Sum of RGB (Red+Green+Blue) = 82+163+202=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #52A3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A3CA is #AD5C35. Grayscale: #8E8E8E. Windows color (decimal): -11361334 or 13280082. OLE color: 13280082.

HSL color Cylindrical-coordinate representation of color #52A3CA: hue angle of 199.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52A3CA is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 163 202 -
CMYK 0.59 0.19 0 0.21
HSL 199.5º 0.53% 0.56% -
HSV(B) 199.5º 0.59% 0.79% -
XYZ 27.24 32.25 60.67 -
YUV 143.23 161.16 84.33 -
System Red Green Blue C M Y K H S L
Decimal 82 163 202 0.59 0.19 0 0.21 199.5 0.53 0.56
Hex 52 A3 CA 3B 13 0 15 C8 35 38
Octal 122 243 312 73 23 0 25 310 65 70
Binary 1010010 10100011 11001010 111011 10011 0 10101 11001000 110101 111000

Color Harmonies of #52A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A3CA

Black with #52A3CA

Text Example


Text Example

White with #52A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,163,202); }

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

background-color css

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

 a { background-color: rgb(82,163,202); }

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

border-color css

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

 span { border-color: rgb(82,163,202); }

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