#59A3DC

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

Shades of Picton Blue #59A3DC

Tints of Picton Blue #59A3DC

Color information

#59A3DC (or 0x59A3DC) is unknown color: approx Picton Blue. HEX triplet: 59, A3 and DC. RGB value is (89,163,220). Sum of RGB (Red+Green+Blue) = 89+163+220=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #59A3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A3DC is #A65C23. Grayscale: #939393. Windows color (decimal): -10902564 or 14459737. OLE color: 14459737.

HSL color Cylindrical-coordinate representation of color #59A3DC: hue angle of 206.11º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59A3DC is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89163220-
CMYK0.600.2600.14
HSL206.11º65.17%60.59%-
HSV(B)206.11º59.55%86.27%-
XYZ30.1433.4972.59-
YUV147.37168.9886.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.86%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=18.86%
G=34.53%
B=46.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891632200.600.2600.14206.1165.1760.59
Hex59A3DC3C1A0Ece413d
Octal131243334743201631610175
Binary101100110100011110111001111001101001110110011101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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