#52A2CB

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

Shades of Picton Blue #52A2CB

Tints of Picton Blue #52A2CB

Color information

#52A2CB (or 0x52A2CB) is unknown color: approx Picton Blue. HEX triplet: 52, A2 and CB. RGB value is (82,162,203). Sum of RGB (Red+Green+Blue) = 82+162+203=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #52A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A2CB is #AD5D34. Grayscale: #8E8E8E. Windows color (decimal): -11361589 or 13345362. OLE color: 13345362.

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

Color convert

RGB82162203-
CMYK0.600.2000.20
HSL200.33º53.78%55.88%-
HSV(B)200.33º59.61%79.61%-
XYZ27.1831.9561.23-
YUV142.7516284.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.34%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=18.34%
G=36.24%
B=45.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821622030.600.2000.20200.3353.7855.88
Hex52A2CB3C14014c83638
Octal12224231374240243106670
Binary101001010100010110010111111001010001010011001000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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