#52A5CF

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

Shades of Picton Blue #52A5CF

Tints of Picton Blue #52A5CF

Color information

#52A5CF (or 0x52A5CF) is unknown color: approx Picton Blue. HEX triplet: 52, A5 and CF. RGB value is (82,165,207). Sum of RGB (Red+Green+Blue) = 82+165+207=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #52A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A5CF is #AD5A30. Grayscale: #909090. Windows color (decimal): -11360817 or 13608274. OLE color: 13608274.

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

Color convert

RGB82165207-
CMYK0.600.2000.19
HSL200.16º56.56%56.67%-
HSV(B)200.16º60.39%81.18%-
XYZ28.233.2163.96-
YUV144.9716383.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.06%
GREEN value IS 165 (64.84% from 255) = 36.34%
BLUE value IS 207 (81.25% from 255) = 45.59%
R=18.06%
G=36.34%
B=45.59%

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
Decimal821652070.600.2000.19200.1656.5656.67
Hex52A5CF3C14013c83939
Octal12224531774240233107171
Binary101001010100101110011111111001010001001111001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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