#59A3D1

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

Shades of Picton Blue #59A3D1

Tints of Picton Blue #59A3D1

Color information

#59A3D1 (or 0x59A3D1) is unknown color: approx Picton Blue. HEX triplet: 59, A3 and D1. RGB value is (89,163,209). Sum of RGB (Red+Green+Blue) = 89+163+209=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 163 (64.06% from 255 or 35.36% 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 #59A3D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A3D1 is #A65C2E. Grayscale: #919191. Windows color (decimal): -10902575 or 13738841. OLE color: 13738841.

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

Color convert

RGB89163209-
CMYK0.570.2200.18
HSL203º56.6%58.43%-
HSV(B)203º57.42%81.96%-
XYZ28.7332.9265.16-
YUV146.12163.4887.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.31%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=19.31%
G=35.36%
B=45.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891632090.570.2200.1820356.658.43
Hex59A3D13916012cb393a
Octal13124332171260223137172
Binary101100110100011110100011110011011001001011001011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A3D1; }

 p { color: rgb(89,163,209); }

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

<style>
 a { background-color: #59A3D1; }

 a { background-color: rgb(89,163,209); }

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

<style>
 span { border-color: #59A3D1; }

 span { border-color: rgb(89,163,209); }

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