Html Css Color HEX #52A2E5 Picton Blue

📋 copy color: '#52A2E5'

red 82 ◦ green 162 ◦ blue 229

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

Shades of Picton Blue #52A2E5

Tints of Picton Blue #52A2E5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.25%

 BLUE value IS 229 (89.84% from 255) = 48.41%

R = 17.34%
G = 34.25%
B = 48.41%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#52A2E5 (or 0x52A2E5) is known color: Picton Blue. HEX triplet: 52, A2 and E5. RGB value is (82,162,229). Sum of RGB (Red+Green+Blue) = 82+162+229=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #52A2E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A2E5 is #AD5D1A. Grayscale: #919191. Windows color (decimal): -11361563 or 15049298. OLE color: 15049298.

HSL color Cylindrical-coordinate representation of color #52A2E5: hue angle of 207.35º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52A2E5 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 162 229 -
CMYK 0.64 0.29 0 0.10
HSL 207.35º 0.74% 0.61% -
HSV(B) 207.35º 0.64% 0.9% -
XYZ 30.54 33.29 78.94 -
YUV 145.72 175 82.55 -
System Red Green Blue C M Y K H S L
Decimal 82 162 229 0.64 0.29 0 0.10 207.35 0.74 0.61
Hex 52 A2 E5 40 1D 0 A CF 4A 3D
Octal 122 242 345 100 35 0 12 317 112 75
Binary 1010010 10100010 11100101 1000000 11101 0 1010 11001111 1001010 111101

Color Harmonies of #52A2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A2E5

Black with #52A2E5

Text Example


Text Example

White with #52A2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,162,229); }

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

background-color css

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

 a { background-color: rgb(82,162,229); }

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

border-color css

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

 span { border-color: rgb(82,162,229); }

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