Html Css Color HEX #52A6E7 Picton Blue

📋 copy color: '#52A6E7'

red 82 ◦ green 166 ◦ blue 231

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

Shades of Picton Blue #52A6E7

Tints of Picton Blue #52A6E7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 231 (90.63% from 255) = 48.23%

R = 17.12%
G = 34.66%
B = 48.23%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#52A6E7 (or 0x52A6E7) is known color: Picton Blue. HEX triplet: 52, A6 and E7. RGB value is (82,166,231). Sum of RGB (Red+Green+Blue) = 82+166+231=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #52A6E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A6E7 is #AD5918. Grayscale: #939393. Windows color (decimal): -11360537 or 15181394. OLE color: 15181394.

HSL color Cylindrical-coordinate representation of color #52A6E7: hue angle of 206.17º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52A6E7 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 166 231 -
CMYK 0.65 0.28 0 0.09
HSL 206.17º 0.76% 0.61% -
HSV(B) 206.17º 0.65% 0.91% -
XYZ 31.54 34.84 80.66 -
YUV 148.29 174.67 80.71 -
System Red Green Blue C M Y K H S L
Decimal 82 166 231 0.65 0.28 0 0.09 206.17 0.76 0.61
Hex 52 A6 E7 41 1C 0 9 CE 4C 3D
Octal 122 246 347 101 34 0 11 316 114 75
Binary 1010010 10100110 11100111 1000001 11100 0 1001 11001110 1001100 111101

Color Harmonies of #52A6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A6E7

Black with #52A6E7

Text Example


Text Example

White with #52A6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,166,231); }

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

background-color css

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

 a { background-color: rgb(82,166,231); }

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

border-color css

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

 span { border-color: rgb(82,166,231); }

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