#53A9D1

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

Shades of Picton Blue #53A9D1

Tints of Picton Blue #53A9D1

Color information

#53A9D1 (or 0x53A9D1) is unknown color: approx Picton Blue. HEX triplet: 53, A9 and D1. RGB value is (83,169,209). Sum of RGB (Red+Green+Blue) = 83+169+209=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #53A9D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A9D1 is #AC562E. Grayscale: #939393. Windows color (decimal): -11294255 or 13740371. OLE color: 13740371.

HSL color Cylindrical-coordinate representation of color #53A9D1: hue angle of 199.05º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53A9D1 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83169209-
CMYK0.600.1900.18
HSL199.05º57.8%57.25%-
HSV(B)199.05º60.29%81.96%-
XYZ29.2634.8265.5-
YUV147.85162.5181.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.00%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=18.00%
G=36.66%
B=45.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831692090.600.1900.18199.0557.857.25
Hex53A9D13C13012c73a39
Octal12325132174230223077271
Binary101001110101001110100011111001001101001011000111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A9D1; }

 p { color: rgb(83,169,209); }

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

<style>
 a { background-color: #53A9D1; }

 a { background-color: rgb(83,169,209); }

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

<style>
 span { border-color: #53A9D1; }

 span { border-color: rgb(83,169,209); }

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