#52A6CF

Color #52A6CF Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #52A6CF

Tints of Picton Blue #52A6CF

Color information

#52A6CF (or 0x52A6CF) is unknown color: approx Picton Blue. HEX triplet: 52, A6 and CF. RGB value is (82,166,207). Sum of RGB (Red+Green+Blue) = 82+166+207=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #52A6CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A6CF is #AD5930. Grayscale: #919191. Windows color (decimal): -11360561 or 13608530. OLE color: 13608530.

HSL color Cylindrical-coordinate representation of color #52A6CF: hue angle of 199.68º 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 #52A6CF is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82166207-
CMYK0.600.2000.19
HSL199.68º56.56%56.67%-
HSV(B)199.68º60.39%81.18%-
XYZ28.3833.5764.02-
YUV145.56162.6782.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.02%
GREEN value IS 166 (65.23% from 255) = 36.48%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=18.02%
G=36.48%
B=45.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821662070.600.2000.19199.6856.5656.67
Hex52A6CF3C14013c83939
Octal12224631774240233107171
Binary101001010100110110011111111001010001001111001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52A6CF;
 }
 .AnyTagClassName
 {
   color: #52A6CF;
 }
</style>
background-color css

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

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

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

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

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

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