Html Css Color HEX #52A0CF Picton Blue

📋 copy color: '#52A0CF'

red 82 ◦ green 160 ◦ blue 207

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

Shades of Picton Blue #52A0CF

Tints of Picton Blue #52A0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.63%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 18.26%
G = 35.63%
B = 46.1%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52A0CF (or 0x52A0CF) is known color: Picton Blue. HEX triplet: 52, A0 and CF. RGB value is (82,160,207). Sum of RGB (Red+Green+Blue) = 82+160+207=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #52A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A0CF is #AD5F30. Grayscale: #8D8D8D. Windows color (decimal): -11362097 or 13606994. OLE color: 13606994.

HSL color Cylindrical-coordinate representation of color #52A0CF: hue angle of 202.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52A0CF is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 160 207 -
CMYK 0.60 0.23 0 0.19
HSL 202.56º 0.57% 0.57% -
HSV(B) 202.56º 0.6% 0.81% -
XYZ 27.31 31.44 63.66 -
YUV 142.04 164.66 85.18 -
System Red Green Blue C M Y K H S L
Decimal 82 160 207 0.60 0.23 0 0.19 202.56 0.57 0.57
Hex 52 A0 CF 3C 17 0 13 CB 39 39
Octal 122 240 317 74 27 0 23 313 71 71
Binary 1010010 10100000 11001111 111100 10111 0 10011 11001011 111001 111001

Color Harmonies of #52A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A0CF

Black with #52A0CF

Text Example


Text Example

White with #52A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,207); }

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

background-color css

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

 a { background-color: rgb(82,160,207); }

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

border-color css

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

 span { border-color: rgb(82,160,207); }

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