#52A3CC

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

Shades of Picton Blue #52A3CC

Tints of Picton Blue #52A3CC

Color information

#52A3CC (or 0x52A3CC) is unknown color: approx Picton Blue. HEX triplet: 52, A3 and CC. RGB value is (82,163,204). Sum of RGB (Red+Green+Blue) = 82+163+204=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #52A3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A3CC is #AD5C33. Grayscale: #8F8F8F. Windows color (decimal): -11361332 or 13411154. OLE color: 13411154.

HSL color Cylindrical-coordinate representation of color #52A3CC: hue angle of 200.16º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52A3CC is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB82163204-
CMYK0.600.2000.2
HSL200.16º54.46%56.08%-
HSV(B)200.16º59.8%80%-
XYZ27.4832.3561.92-
YUV143.45162.1684.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.26%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=18.26%
G=36.30%
B=45.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal821632040.600.2000.2200.1654.4656.08
Hex52A3CC3C14014c83638
Octal12224331474240243106670
Binary101001010100011110011001111001010001010011001000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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